guix-commits
[Top][All Lists]
Advanced

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

03/296: gnu: Add texlive-abntex2.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-abntex2.
    
    * gnu/packages/tex.scm (texlive-abntex2): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 63e4ae095e..ccb548889f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1348,6 +1348,28 @@ document.")
 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")



reply via email to

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