From 511b7870c2f149b3d2f55c725fb67ff2bd36709e Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 10:50:22 +0200 Subject: [PATCH] gnu: Add texlive-archivo. * gnu/packages/tex.scm (texlive-archivo): 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 bae0b966d4..755c79ef03 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -2868,6 +2868,31 @@ (define-public texlive-archaic writings.") (license license:lppl))) +(define-public texlive-archivo + (package + (name "texlive-archivo") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/fonts/archivo/" + "fonts/enc/dvips/archivo/" + "fonts/map/dvips/archivo/" + "fonts/opentype/public/archivo/" + "fonts/tfm/public/archivo/" + "fonts/type1/public/archivo/" + "fonts/vf/public/archivo/" + "tex/latex/archivo/") + (base32 + "1wdvr7ch2ydj41yd0xniwppb5wh1m9w97d839fhmp21lgyhss0jl"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/archivo") + (synopsis "Archivo font face with support for LaTeX and pdfLaTeX") + (description + "This package provides the Archivo family of fonts designed by +Omnibus-Type, with support for LaTeX and pdfLaTeX.") + (license (list license:silofl1.1 license:lppl)))) + (define-public texlive-armtex (package (name "texlive-armtex")