Archived
1
0
Fork 0

gnu: Add texlive-gaceta.

* gnu/packages/tex.scm (texlive-gaceta): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 15:40:33 +02:00
parent 4dc947a823
commit cf581543c9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14281,6 +14281,24 @@ products and convergence with some object oriented flavor (it gives the
possibility to override the standard behavior of norms, ...).") possibility to override the standard behavior of norms, ...).")
(license license:lppl))) (license license:lppl)))
(define-public texlive-gaceta
(package
(name "texlive-gaceta")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/gaceta/" "tex/latex/gaceta/")
(base32
"17w2i3qmks9qpdwpx0hy0mjrl5xhrc8hmz9s0229xnhf6h12yb1r")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/gaceta")
(synopsis "Class to typeset @code{La Gaceta de la RSME}")
(description
"The class will typeset papers for @emph{La Gaceta de la Real Sociedad
Matematica Espanola}.")
(license license:lppl)))
(define-public texlive-gamebook (define-public texlive-gamebook
(package (package
(name "texlive-gamebook") (name "texlive-gamebook")