gnu: Add texlive-ucsmonograph.
* gnu/packages/tex.scm (texlive-ucsmonograph): New variable.
This commit is contained in:
parent
8ad71d41bb
commit
cb63e9fe6c
1 changed files with 22 additions and 0 deletions
|
@ -30554,6 +30554,28 @@ create a dissertation or thesis conforming to UC Davis formatting
|
||||||
requirements as of April 2016.")
|
requirements as of April 2016.")
|
||||||
(license license:lppl1.2+)))
|
(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
|
(define-public texlive-ulqda
|
||||||
(package
|
(package
|
||||||
(name "texlive-ulqda")
|
(name "texlive-ulqda")
|
||||||
|
|
Reference in a new issue