guix-commits
[Top][All Lists]
Advanced

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

252/296: gnu: Add texlive-unamth-template.


From: guix-commits
Subject: 252/296: gnu: Add texlive-unamth-template.
Date: Thu, 24 Aug 2023 05:21:18 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 1509d24867c09dd8037d165e9a2809c75ea79105
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:09:33 2023 +0200

    gnu: Add texlive-unamth-template.
    
    * gnu/packages/tex.scm (texlive-unamth-template): 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 2137ca2fac..86010a6ee0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30902,6 +30902,24 @@ which are required for use of the @code{xgreek} 
package for XeLaTeX.")
 National Autonomous University of Mexico (UNAM) guidelines.")
     (license license:gpl3+)))
 
+(define-public texlive-unamth-template
+  (package
+    (name "texlive-unamth-template")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/unamth-template/")
+             (base32
+              "018vpcbxfzch8qsrrqakcxxir53nalvj39l2kn45kn26p5nfkfbn")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/unamth-template";)
+    (synopsis "UNAM thesis LaTeX Template")
+    (description
+     "The bundle provides a template for UNAM's College of Engineering
+Theses.")
+    (license license:gpl3)))
+
 (define-public texlive-unfonts-core
   (package
     (name "texlive-unfonts-core")



reply via email to

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