From ef727b71879a32ccf6629b32ad149f8780a177a1 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 22 Aug 2023 15:40:47 +0200 Subject: gnu: Add texlive-gammas. * gnu/packages/tex.scm (texlive-gammas): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index fdac8e5039..23e958c1c9 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -14349,6 +14349,26 @@ (define-public texlive-gamebooklib used together or separately.") (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 (package (name "texlive-garamond-libre") -- cgit v1.2.3