mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add texlive-gaceta.
* gnu/packages/tex.scm (texlive-gaceta): New variable.
This commit is contained in:
parent
4dc947a823
commit
cf581543c9
1 changed files with 18 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue