From 9697248ffcad3fac6e04c1ba346d20968a15f842 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 10:49:14 +0200 Subject: [PATCH] gnu: Add texlive-antiqua. * gnu/packages/tex.scm (texlive-antiqua): New variable. --- gnu/packages/tex.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index ddc00359d4..1f840f721d 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -2431,6 +2431,31 @@ mocking nonsense phrases from the movie series @emph{Amici Miei} (``My friends'', in English), directed by Mario Monicelli.") (license license:lppl1.3c))) +(define-public texlive-antiqua + (package + (name "texlive-antiqua") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/fonts/antiqua/" + "fonts/afm/urw/antiqua/" + "fonts/map/dvips/antiqua/" + "fonts/map/vtex/antiqua/" + "fonts/tfm/urw/antiqua/" + "fonts/type1/urw/antiqua/" + "fonts/vf/urw/antiqua/" + "tex/latex/antiqua/") + (base32 + "0agnibj98zx2f2r40gqcfm2f1x06389wd2qrlf6b4pl8pgay42z2"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/urw-antiqua") + (synopsis "URW Antiqua condensed font, for use with TeX") + (description + "The package contains a copy of the Type 1 font URW Antiqua 2051 Regular +Condensed, with supporting files for use with (La)TeX.") + (license license:gpl3+))) + (define-public texlive-antomega (package (name "texlive-antomega")