From cd56be10c1dfad55dbc821eaeab1293039926329 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 13:02:45 +0200 Subject: [PATCH] gnu: Add texlive-theanomodern. * gnu/packages/tex.scm (texlive-theanomodern): New variable. --- gnu/packages/tex.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index fac71b9980..f2961c5d3a 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -24857,6 +24857,33 @@ modern LaTeX processors. An artificially-emboldened variant has been provided but there are no italic variants.") (license (list license:lppl license:silofl1.1)))) +(define-public texlive-theanomodern + (package + (name "texlive-theanomodern") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/fonts/theanomodern/" + "fonts/enc/dvips/theanomodern/" + "fonts/map/dvips/theanomodern/" + "fonts/tfm/public/theanomodern/" + "fonts/truetype/public/theanomodern/" + "fonts/type1/public/theanomodern/" + "fonts/vf/public/theanomodern/" + "tex/latex/theanomodern/") + (base32 + "17s04wcliqn5sgg5d6axc5ky3wg7xzh62c83hgrf3fq3pbykwm77"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/theanomodern") + (synopsis "Theano Modern fonts with LaTeX support") + (description + "This package provides the TheanoModern font designed by Alexey Kryukov, +in both TrueType and Type1 formats, with support for both traditional and +modern LaTeX processors. An artificially-emboldened variant has been provided +but there are no italic variants.") + (license (list license:silofl1.1 license:lppl)))) + (define-public texlive-theatre (package (name "texlive-theatre")