guix-commits
[Top][All Lists]
Advanced

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

253/296: gnu: Add texlive-unamthesis.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 86010a6ee0..df6f71f719 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30920,6 +30920,28 @@ National Autonomous University of Mexico (UNAM) 
guidelines.")
 Theses.")
     (license license:gpl3)))
 
+(define-public texlive-unamthesis
+  (package
+    (name "texlive-unamthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/unamthesis/"
+                   "doc/latex/unamthesis/"
+                   "tex/latex/unamthesis/")
+             (base32
+              "1jdppibm49491ddgx6ny6hqsfs9qan948614bfcy67f5syjzx2jh")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/unamthesis";)
+    (synopsis "Style for Universidad Nacional Autonoma de Mexico theses")
+    (description
+     "The package provides a customisable format to typeset Theses according
+to the Universidad Nacional Autonoma de Mexico guidelines.  The bundle also
+includes an appropriate bibliographic style which enables the use of
+author-year schemes using the @code{natbib} package.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-unfonts-core
   (package
     (name "texlive-unfonts-core")



reply via email to

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