From 5b26cd7ef345d5963b61ee56fa063629ec138057 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 22 Aug 2023 15:12:26 +0200 Subject: [PATCH] gnu: Add texlive-abntexto. * gnu/packages/tex.scm (texlive-abntexto): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index ccb548889f..e472f3024f 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1370,6 +1370,25 @@ (define-public texlive-abntex2 Tecnicas} rules. It replaces the old @code{abntex}.") (license license:lppl1.3+))) +(define-public texlive-abntexto + (package + (name "texlive-abntexto") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/abntexto/" "tex/latex/abntexto/") + (base32 + "1c560h2555hx1pcq70yg9qdgqp1bkxidabp53fd0gyvb141s3d79"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/abntexto") + (synopsis "LaTeX class for formatting academic papers in ABNT standards") + (description + "This is a LaTeX class created for Brazilian students to facilitate the +use of standards from the @acronym{ABNT, Associacao Brasileira de Normas +Tecnicas} in academic works like TCCs, dissertations, theses.") + (license license:public-domain))) + (define-public texlive-aboensis (package (name "texlive-aboensis")