From e6a2dbd35b3547220c21cce1da597fff3242d52a Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 19 Jun 2023 15:58:27 +0200 Subject: gnu: Add texlive-zbmath-review-template. * gnu/packages/tex.scm (texlive-zbmath-review-template): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gnu/packages/tex.scm') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 33b4fbd9f3..a23c996d43 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -9073,6 +9073,26 @@ Adobe's basic set.") ;; No license version specified. (license license:gpl3+))) +(define-public texlive-zbmath-review-template + (package + (name "texlive-zbmath-review-template") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/xelatex/zbmath-review-template/" + "tex/xelatex/zbmath-review-template/") + (base32 + "1m5q03vjscla4wmy9fr3kl23pk8zmqw760i89zg62pj4np8vyplj"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/zbmath-review-template") + (synopsis "Template for a zbMATH Open review") + (description + "This package contains a template for zbMATH Open reviews. It will show +what your review will look like on zbMATH Open and you can test whether your +LaTeX-Code will compile on our system.") + (license (list license:gpl3 license:cc-by-sa4.0)))) + (define-public texlive-zhspacing (package (name "texlive-zhspacing") -- cgit 1.4.1