diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-06-19 12:36:36 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:15:49 +0200 |
commit | b2835670086ba3398e9bb0d14b240aa5287a9ab2 (patch) | |
tree | f231e72569e02d9511a9ab829783ceab1567a53a | |
parent | 440f34ea7fb75881a3fb5d688e73c7e6bdbf11ac (diff) |
gnu: Add texlive-poltawski.
* gnu/packages/tex.scm (texlive-poltawski): New variable.
-rw-r--r-- | gnu/packages/tex.scm | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 27a5e46b19..a191def3a1 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -8034,6 +8034,41 @@ Adobe's basic set.") (define-deprecated-package texlive-fonts-adobe-palatino texlive-palatino) +(define-public texlive-poltawski + (package + (name "texlive-poltawski") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/fonts/poltawski/" + "fonts/afm/gust/poltawski/" + "fonts/enc/dvips/poltawski/" + "fonts/map/dvips/poltawski/" + "fonts/opentype/gust/poltawski/" + "fonts/tfm/gust/poltawski/" + "fonts/type1/gust/poltawski/" + "tex/latex/poltawski/") + (base32 + "1cf8vxah8j6nnaq2lhmiy1q3dnq6swprfmizzxd6y67sc60rznzm"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/poltawski") + (synopsis "Antykwa Poltawskiego Family of Fonts") + (description + "The package contains the Antykwa Poltawskiego family of fonts in the +PostScript Type 1 and OpenType formats Following the route set out by the +Latin Modern and TeX Gyre projects, the Antykwa Poltawskiego digitisation +project aims at providing a rich collection of diacritical characters in the +attempt to cover as many Latin-based scripts as possible. To our knowledge, +the repertoire of characters covers all European languages as well as some +other Latin-based alphabets such as Vietnamese and Navajo; at the request of +users, recent extensions (following the enhancement of the Latin Modern +collection) provide glyphs sufficient for typesetting of romanized +transliterations of Arabic and Sanskrit scripts. The Antykwa Poltawskiego +family consists of 4 weights (light, normal, medium, bold), each having +upright and italic forms and one of 5 design sizes: 6, 8, 10, 12 and 17pt.") + (license license:gfl1.0))) + (define-public texlive-zapfchan (package (name "texlive-zapfchan") |