gnu: Add texlive-umbclegislation.

* gnu/packages/tex.scm (texlive-umbclegislation): New variable.
This commit is contained in:
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

View file

@ -30804,6 +30804,27 @@ (define-public texlive-ulthese
templates are all written in French, the language of the target audience.")
(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
(package
(name "texlive-umtypewriter")