guix-commits
[Top][All Lists]
Advanced

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

73/296: gnu: Add texlive-gaceta.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 576c902cdd..fdac8e5039 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14281,6 +14281,24 @@ products and convergence with some object oriented 
flavor (it gives the
 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")



reply via email to

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