me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-umbclegislation.

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

View File

@ -30804,6 +30804,27 @@ Please note that the documentation for the class and the comments in the
templates are all written in French, the language of the target audience.") templates are all written in French, the language of the target audience.")
(license license:lppl1.3c))) (license license:lppl1.3c)))
(define-public texlive-umbclegislation
(package
(name "texlive-umbclegislation")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/umbclegislation/"
"tex/latex/umbclegislation/")
(base32
"0znzm0ymvz43f4kgvww79mnr7nl78xcmi7yw2vlwx332kq8hcw2v")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/umbclegislation")
(synopsis
"LaTeX class for legislation files for UMBC Student Government
Association Bills")
(description
"This is a LaTeX class for building legislation files for UMBC Student
Government Association Bills.")
(license license:gpl3)))
(define-public texlive-umtypewriter (define-public texlive-umtypewriter
(package (package
(name "texlive-umtypewriter") (name "texlive-umtypewriter")