Archived
1
0
Fork 0

gnu: Add texlive-uvaletter.

* gnu/packages/tex.scm (texlive-uvaletter): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 17:16:26 +02:00
parent 8a82c45dc7
commit 7d468395d7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -31560,6 +31560,25 @@ University of Toronto School of Graduate Studies (SGS), as of Fall 2020.")
masters and PhD thesis submissions of the University of Texas at Austin.") masters and PhD thesis submissions of the University of Texas at Austin.")
(license license:cc0))) (license license:cc0)))
(define-public texlive-uvaletter
(package
(name "texlive-uvaletter")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/uvaletter/"
"tex/latex/uvaletter/")
(base32
"12y57x4np1asfcbm6izn31rzqbxdxmsfc8gibgz6sh7nj2vvhf22")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/uvaletter")
(synopsis "Unofficial letterhead template for the University of Amsterdam")
(description
"This is an unofficial LaTeX package that provides a letterhead template
for the University of Amsterdam.")
(license license:expat)))
(define-public texlive-vak (define-public texlive-vak
(package (package
(name "texlive-vak") (name "texlive-vak")