From c9ea88196709abb289ea9e79e773d2248be233df Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 12:27:43 +0200 Subject: [PATCH] gnu: Add texlive-jamtimes. * gnu/packages/tex.scm (texlive-jamtimes): New variable. --- gnu/packages/tex.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 2e04c5013c..eb0a1d002f 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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")