From baf37a1a26565941167f2214b0fc4701f4f50a6d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 30 Jul 2023 15:48:14 +0200 Subject: [PATCH] gnu: Add texlive-concmath. * gnu/packages/tex.scm (texlive-concmath): New variable. --- gnu/packages/tex.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 0018fce64f..2ab42c34ae 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -2691,6 +2691,27 @@ (define-public texlive-computational-complexity a set of theorem definitions, an algorithm environment, and more.") (license license:lppl1.2+))) +(define-public texlive-concmath + (package + (name "texlive-concmath") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/fonts/concmath/" + "source/latex/concmath/" + "tex/latex/concmath/") + (base32 + "0lc1bj2yqbyn13bq4fwiqf1hijbj5kwxadifzbg1riscwal3z5vw"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/concmath") + (synopsis "Concrete Math fonts") + (description + "This package provides a LaTeX package and font definition files to +access the Concrete mathematics fonts, which were derived from Computer Modern +math fonts using parameters from Concrete Roman text fonts.") + (license license:lppl))) + (define-public texlive-crossrefenum (package (name "texlive-crossrefenum")