me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-uiucredborder.

* gnu/packages/tex.scm (texlive-uiucredborder): New variable.
master
Nicolas Goaziou 2023-08-22 17:05:30 +02:00
parent 51c6e09936
commit dbc79aa6d8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -30684,6 +30684,27 @@ auxiliary packages, some of which can be used independently.")
assignments at the university of Hamburg (Universitat Hamburg).")
(license license:lppl1.3c)))
(define-public texlive-uiucredborder
(package
(name "texlive-uiucredborder")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/uiucredborder/"
"source/latex/uiucredborder/"
"tex/latex/uiucredborder/")
(base32
"0wsf3cfmpfmsv3afm78gc91fsiba415ir4p5fa0ivfny3dh34qnq")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/uiucredborder")
(synopsis "Class for UIUC thesis red-bordered forms")
(description
"The class offers a means of filling out the ``red-bordered form''
that gets signed by the department head, your advisor, and --- for
doctoral dissertations --- your thesis committee members.")
(license license:lppl1.2+)))
(define-public texlive-ulqda
(package
(name "texlive-ulqda")