guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/296: gnu: Add texlive-abntexto.


From: guix-commits
Subject: 04/296: gnu: Add texlive-abntexto.
Date: Thu, 24 Aug 2023 05:19:42 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5b26cd7ef345d5963b61ee56fa063629ec138057
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:12:26 2023 +0200

    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 @@ 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-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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]