diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 00:24:00 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 14:40:03 +0200 |
commit | eca424f9e40e2d8ff1e4a6d8f3330e3f0a680ffb (patch) | |
tree | 66423db5d545c8a1f5f60a1beb97259c2c032413 /gnu/packages/tex.scm | |
parent | 6aafd7123c77e632d55ea1be8ea91b8c0b88a301 (diff) | |
download | guix-eca424f9e40e2d8ff1e4a6d8f3330e3f0a680ffb.tar.gz |
gnu: Add texlive-przechlewski-book.
* gnu/packages/tex.scm (texlive-przechlewski-book): New variable.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 3fe160041e..3066c77379 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -25978,6 +25978,26 @@ written from right to left. (define-deprecated-package texlive-latex-polyglossia texlive-polyglossia) +(define-public texlive-przechlewski-book + (package + (name "texlive-przechlewski-book") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "bibtex/bst/przechlewski-book/" + "doc/latex/przechlewski-book/" + "tex/latex/przechlewski-book/") + (base32 + "06bsdpm26s3qqxhik185pkrxp0mx2n5jxndm14cd917drh162yr8"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/przechlewski-book") + (synopsis "Examples from Przechlewski's LaTeX book") + (description + "The bundle provides machine-readable copies of the examples from the +book @emph{Praca magisterska i dyplomowa z programem LaTeX}.") + (license license:lppl))) + (define-public texlive-supertabular (package (name "texlive-supertabular") |