me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-unamth-template.

* gnu/packages/tex.scm (texlive-unamth-template): New variable.
master
Nicolas Goaziou 2023-08-22 17:09:33 +02:00
parent 2fa2714651
commit 1509d24867
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -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")