From 27847e523e65a66bf8810be23026b9e388585425 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 11:58:42 +0200 Subject: [PATCH] gnu: Add texlive-concmath-otf. * gnu/packages/tex.scm (texlive-concmath-otf): New variable. --- gnu/packages/tex.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index b450431542..b64ccbf6d9 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -8872,6 +8872,28 @@ (define-public texlive-concmath-fonts LaTeX support is offered by the @code{concmath} package.") (license license:lppl))) +(define-public texlive-concmath-otf + (package + (name "texlive-concmath-otf") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/fonts/concmath-otf/" + "fonts/opentype/public/concmath-otf/" + "tex/latex/concmath-otf/") + (base32 + "00vs2c2lxdrqiwf4scni0yv4kz0mkigqv5kpsrak62j8vb7piv7b"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/concmath-otf") + (synopsis "Concrete based OpenType Math font") + (description + "This package provides an OpenType version of the Concrete Math font +created by Ulrik Vieth in Metafont. @file{concmath-otf.sty} is a replacement +for the original @file{concmath.sty} package to be used with LuaTeX or XeTeX +engines.") + (license (list license:silofl1.1 license:lppl1.3+)))) + (define-public texlive-concrete (package (name "texlive-concrete")