mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add texlive-zbmath-review-template.
* gnu/packages/tex.scm (texlive-zbmath-review-template): New variable.
This commit is contained in:
parent
05dbdd6244
commit
e6a2dbd35b
1 changed files with 20 additions and 0 deletions
|
@ -9073,6 +9073,26 @@ (define-public texlive-zapfding
|
|||
;; 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")
|
||||
|
|
Loading…
Reference in a new issue