gnu: Add texlive-abnt.

* gnu/packages/tex.scm (texlive-abnt): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 15:11:47 +02:00
parent 7b2efd144f
commit 4725cbb3e7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1329,6 +1329,25 @@ (define-public texlive-abc
document.")
(license license:lppl1.2+)))
(define-public texlive-abnt
(package
(name "texlive-abnt")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/abnt/" "tex/latex/abnt/")
(base32
"1zjsvp6ng6vf87mmnv18q435h6p3ygs512pk0m05yd8gyrmhmrxr")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/abnt")
(synopsis "Typesetting academic works according to ABNT rules")
(description
"The ABNT package provides a clean and practical implementation of the
@acronym{ABNT, Associacao Brasileira de Normas Tecnicas} rules for academic
texts.")
(license license:lppl1.3c)))
(define-public texlive-aboensis
(package
(name "texlive-aboensis")