me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ucsmonograph.

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

View File

@ -30554,6 +30554,28 @@ create a dissertation or thesis conforming to UC Davis formatting
requirements as of April 2016.")
(license license:lppl1.2+)))
(define-public texlive-ucsmonograph
(package
(name "texlive-ucsmonograph")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ucsmonograph/"
"source/latex/ucsmonograph/"
"tex/latex/ucsmonograph/")
(base32
"13yf91i1c4bin9vbvsjpl5s7fkina5ai5zw868wdk5fiqvmqvgx7")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ucsmonograph")
(synopsis
"Typesetting academic documents from the University of Caxias do Sul")
(description
"This is a LaTeX class for typesetting academic documents according to
the @acronym{ABNT, Brazilian Technical Standards Association} standards and
the @acronym{UCS, University of Caxias do Sul} specifications.")
(license license:lppl1.3c)))
(define-public texlive-ulqda
(package
(name "texlive-ulqda")