me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-aesupp.

* gnu/packages/tex.scm (texlive-aesupp): New variable.
Nicolas Goaziou 2023-08-21 10:43:15 +02:00
parent 2b95055e2c
commit 30cd9a9d34
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 28 additions and 0 deletions

View File

@ -1590,6 +1590,34 @@ devoted to representing natural language expressions.")
available for distribution by Adobe.")
(license license:bsd-3)))
(define-public texlive-aesupp
(package
(name "texlive-aesupp")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/aesupp/"
"fonts/enc/dvips/aesupp/"
"fonts/map/dvips/aesupp/"
"fonts/opentype/public/aesupp/"
"fonts/tfm/public/aesupp/"
"fonts/type1/public/aesupp/"
"source/fonts/aesupp/"
"tex/latex/aesupp/")
(base32
"1sx5802d1ib72i0ssjpr0c54pgq1s980wg3q1685pjniw68ns1vj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/aesupp")
(synopsis "Special support for the @samp{ae} character")
(description
"This package provides special support for the italic @samp{ae} character
in some fonts, due to design flaws (in the author's opinion) regarding this
character. At the moment only the fonts TeX Gyre Bonum, TeX Gyre Schola, TeX
Gyre Pagella, and the Latin Modern fonts are supported. The other fonts in
the TeX Gyre bundle do not need this support.")
(license (list license:gfl1.0 license:gpl3+))))
(define-public texlive-afm2pl
(package
(name "texlive-afm2pl")