me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hfoldsty.

* gnu/packages/tex.scm (texlive-hfoldsty): New variable.
Nicolas Goaziou 2023-08-21 12:25:49 +02:00
parent 3c917984e5
commit a5f43d63be
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 25 additions and 0 deletions

View File

@ -14371,6 +14371,31 @@ an environment that enables the user to draw such a game in a trivial way.")
the Computer Modern Bright fonts.")
(license license:lppl)))
(define-public texlive-hfoldsty
(package
(name "texlive-hfoldsty")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/hfoldsty/"
"fonts/tfm/public/hfoldsty/"
"fonts/vf/public/hfoldsty/"
"source/fonts/hfoldsty/"
"tex/latex/hfoldsty/")
(base32
"0skzw845i1b3lq76m4an4mpkm2w82hlpirnx4pckz3138nr1rlpf")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hfoldsty")
(synopsis "Old style numerals with EC fonts")
(description
"The @code{hfoldsty} package provides virtual fonts for using old-style
figures with the European Computer Modern fonts. It does a similar job as the
@code{eco} package but includes a couple of improvements, i.e., better kerning
with guillemets, and support for character protruding using the
@code{pdfcprot} package.")
(license license:gpl3+)))
(define-public texlive-historische-zeitschrift
(package
(name "texlive-historische-zeitschrift")