diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-21 13:10:03 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-21 16:29:54 +0200 |
| commit | 29d6b0afe79b989b0c55a40e42de10dfaa096827 (patch) | |
| tree | 6d96a6f4b486740c342d88fce10d7aa88356838a /gnu | |
| parent | 924b0cb5d4e68cee56e6655983214a7887ce6afa (diff) | |
gnu: Add texlive-zlmtt.
* gnu/packages/tex.scm (texlive-zlmtt): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/tex.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 470bea41b64..a47fc16cc4b 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm | |||
| @@ -26399,6 +26399,24 @@ pgfkeys-enabled options are provided both at package load and configurably.") | |||
| 26399 | practicing sheets (copybooks). Currently, only XeTeX is supported.") | 26399 | practicing sheets (copybooks). Currently, only XeTeX is supported.") |
| 26400 | (license license:lppl1.3c))) | 26400 | (license license:lppl1.3c))) |
| 26401 | 26401 | ||
| 26402 | (define-public texlive-zlmtt | ||
| 26403 | (package | ||
| 26404 | (name "texlive-zlmtt") | ||
| 26405 | (version (number->string %texlive-revision)) | ||
| 26406 | (source (texlive-origin | ||
| 26407 | name version | ||
| 26408 | (list "doc/fonts/zlmtt/" "tex/latex/zlmtt/") | ||
| 26409 | (base32 | ||
| 26410 | "014zchb0s9fj33d6h8r851v7v4cvpqzd97xaq4nv2l1lnxlii536"))) | ||
| 26411 | (outputs '("out" "doc")) | ||
| 26412 | (build-system texlive-build-system) | ||
| 26413 | (home-page "https://ctan.org/pkg/zlmtt") | ||
| 26414 | (synopsis "Use Latin Modern Typewriter fonts") | ||
| 26415 | (description | ||
| 26416 | "The package allows selection of Latin Modern Typewriter fonts with | ||
| 26417 | scaling and access to all its features.") | ||
| 26418 | (license license:lppl1.3+))) | ||
| 26419 | |||
| 26402 | (define-public texlive-zootaxa-bst | 26420 | (define-public texlive-zootaxa-bst |
| 26403 | (package | 26421 | (package |
| 26404 | (name "texlive-zootaxa-bst") | 26422 | (name "texlive-zootaxa-bst") |
