me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-jamtimes.

* gnu/packages/tex.scm (texlive-jamtimes): New variable.
Nicolas Goaziou 2023-08-21 12:27:43 +02:00
parent e8ed9af52d
commit c9ea881967
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -15206,6 +15206,29 @@ words, both in cardinal and in ordinal form.")
Slavik Jablan. ")
(license license:public-domain)))
(define-public texlive-jamtimes
(package
(name "texlive-jamtimes")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/jamtimes/"
"fonts/map/dvips/jamtimes/"
"fonts/tfm/public/jamtimes/"
"fonts/vf/public/jamtimes/"
"tex/latex/jamtimes/")
(base32
"03ww7w963hgsxazlrabg4f0h35rd8jbr9ga11lrhqf66b6zvpyv1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/jamtimes")
(synopsis "Expanded Times Roman fonts")
(description
"The package offers LaTeX support for the expanded Times Roman font,
which has been used for many years in the @emph{Journal d'Analyse
Mathematique}. Mathematics support is based on the Belleek fonts.")
(license license:bsd-3)))
(define-public texlive-jbact
(package
(name "texlive-jbact")