me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-uvaletter.

* gnu/packages/tex.scm (texlive-uvaletter): New variable.
master
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
1 changed files with 19 additions and 0 deletions

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.")
(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
(package
(name "texlive-vak")