guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

74/296: gnu: Add texlive-gammas.


From: guix-commits
Subject: 74/296: gnu: Add texlive-gammas.
Date: Thu, 24 Aug 2023 05:20:04 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ef727b71879a32ccf6629b32ad149f8780a177a1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:40:47 2023 +0200

    gnu: Add texlive-gammas.
    
    * gnu/packages/tex.scm (texlive-gammas): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

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 @@ the formatting of entries rather than their order.  
The two packages can be
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]