[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
251/296: gnu: Add texlive-unam-thesis.
From: |
guix-commits |
Subject: |
251/296: gnu: Add texlive-unam-thesis. |
Date: |
Thu, 24 Aug 2023 05:21:18 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 2fa271465181fc0451a4482996853eb4ed8e9426
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:07:30 2023 +0200
gnu: Add texlive-unam-thesis.
* gnu/packages/tex.scm (texlive-unam-thesis): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f758a556a4..2137ca2fac 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30883,6 +30883,25 @@ and the standard Computer Modern font family. It
contains four OpenType fonts
which are required for use of the @code{xgreek} package for XeLaTeX.")
(license license:silofl1.1)))
+(define-public texlive-unam-thesis
+ (package
+ (name "texlive-unam-thesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/unam-thesis/"
+ "tex/latex/unam-thesis/")
+ (base32
+ "1cn4qd3rvh9z8sp7g94fh11khij2vykv89inbmy7g52hxgxzkdhh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/unam-thesis")
+ (synopsis "Create documents according to the UNAM guidelines")
+ (description
+ "This is a class for creating dissertation documents according to the
+National Autonomous University of Mexico (UNAM) guidelines.")
+ (license license:gpl3+)))
+
(define-public texlive-unfonts-core
(package
(name "texlive-unfonts-core")
- 268/296: gnu: Add texlive-utexasthesis., (continued)
- 268/296: gnu: Add texlive-utexasthesis., guix-commits, 2023/08/24
- 267/296: gnu: Add texlive-ut-thesis., guix-commits, 2023/08/24
- 289/296: gnu: Add texlive-tocbibind., guix-commits, 2023/08/24
- 277/296: gnu: Add texlive-xduthesis., guix-commits, 2023/08/24
- 270/296: gnu: Add texlive-uwa-colours., guix-commits, 2023/08/24
- 281/296: gnu: Add texlive-imakeidx., guix-commits, 2023/08/24
- 286/296: gnu: Add texlive-mparhack., guix-commits, 2023/08/24
- 290/296: gnu: Add texlive-glossaries., guix-commits, 2023/08/24
- 296/296: gnu: Add texlive-collection-publishers., guix-commits, 2023/08/24
- 249/296: gnu: Add texlive-umich-thesis., guix-commits, 2023/08/24
- 251/296: gnu: Add texlive-unam-thesis.,
guix-commits <=
- 243/296: gnu: Add texlive-uhhassignment., guix-commits, 2023/08/24
- 253/296: gnu: Add texlive-unamthesis., guix-commits, 2023/08/24
- 254/296: gnu: Add texlive-unbtex., guix-commits, 2023/08/24
- 247/296: gnu: Add texlive-ulthese., guix-commits, 2023/08/24
- 255/296: gnu: Add texlive-unifith., guix-commits, 2023/08/24
- 256/296: gnu: Add texlive-unigrazpub., guix-commits, 2023/08/24
- 258/296: gnu: Add texlive-univie-ling., guix-commits, 2023/08/24
- 257/296: gnu: Add texlive-unitn-bimrep., guix-commits, 2023/08/24
- 279/296: gnu: Add texlive-xmuthesis., guix-commits, 2023/08/24
- 266/296: gnu: Add texlive-uspatent., guix-commits, 2023/08/24