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 @@ (define-public texlive-functan
possibility to override the standard behavior of norms, ...).")
(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
(package
(name "texlive-gamebook")