mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-abntex2.
* gnu/packages/tex.scm (texlive-abntex2): New variable.
This commit is contained in:
parent
4725cbb3e7
commit
b34e174b7f
1 changed files with 22 additions and 0 deletions
|
@ -1348,6 +1348,28 @@ (define-public texlive-abnt
|
|||
texts.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-abntex2
|
||||
(package
|
||||
(name "texlive-abntex2")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bib/abntex2/" "bibtex/bst/abntex2/"
|
||||
"doc/latex/abntex2/" "tex/latex/abntex2/")
|
||||
(base32
|
||||
"07752n6s2nl4h8j1wg7hjx2wisn505asb1r1i38z7qjbzg7lwqq5")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/abntex2")
|
||||
(synopsis
|
||||
"Typeset technical and scientific Brazilian documents based on ABNT rules")
|
||||
(description
|
||||
"The bundle provides support for typesetting technical and scientific
|
||||
Brazilian documents (like academic thesis, articles, reports, research project
|
||||
and others) based on the @acronym{ABNT, Associacao Brasileira de Normas
|
||||
Tecnicas} rules. It replaces the old @code{abntex}.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-aboensis
|
||||
(package
|
||||
(name "texlive-aboensis")
|
||||
|
|
Loading…
Reference in a new issue