gnu: Add texlive-gammas.
* gnu/packages/tex.scm (texlive-gammas): New variable.
This commit is contained in:
parent
cf581543c9
commit
ef727b7187
1 changed files with 20 additions and 0 deletions
|
@ -14349,6 +14349,26 @@ the formatting of entries rather than their order. The two packages can be
|
||||||
used together or separately.")
|
used together or separately.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-gammas
|
||||||
|
(package
|
||||||
|
(name "texlive-gammas")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "bibtex/bst/gammas/" "doc/latex/gammas/"
|
||||||
|
"tex/latex/gammas/")
|
||||||
|
(base32
|
||||||
|
"0jj8lbwlydsih01d637zxpj97ncd44qmf7azgpzn77s8fi760p8n")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/gammas")
|
||||||
|
(synopsis "Template for the @emph{GAMM Archive for Students}")
|
||||||
|
(description
|
||||||
|
"This is the official document class for typesetting journal articles for
|
||||||
|
@emph{GAMM Archive for Students}, the open-access online journal run by the
|
||||||
|
@acronym{GAMM, Gesellschaft fur angewandte Mathematik und Mechanik} Juniors.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-garamond-libre
|
(define-public texlive-garamond-libre
|
||||||
(package
|
(package
|
||||||
(name "texlive-garamond-libre")
|
(name "texlive-garamond-libre")
|
||||||
|
|
Reference in a new issue