guix-commits
[Top][All Lists]
Advanced

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

19/163: gnu: Add texlive-biblatex-abnt.


From: guix-commits
Subject: 19/163: gnu: Add texlive-biblatex-abnt.
Date: Sat, 19 Aug 2023 14:39:27 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f275ea30b580cc14bb175cf81a87ef1e2e661b11
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 19:43:51 2023 +0200

    gnu: Add texlive-biblatex-abnt.
    
    * gnu/packages/tex.scm (texlive-biblatex-abnt): 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 315a51875a..2fe0474695 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3380,6 +3380,25 @@ package provides three different style files derived 
from each of the standard
 @file{abbrv.bst} and unsrt.bst (i.e., eight in total).")
     (license license:gpl3+)))
 
+(define-public texlive-biblatex-abnt
+  (package
+    (name "texlive-biblatex-abnt")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-abnt/"
+                   "tex/latex/biblatex-abnt/")
+             (base32
+              "14j3yn8ijwaa547gzyw7ql8q871w5r9rprc6l1s5dhp7vz3kzk6z")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-abnt";)
+    (synopsis "BibLaTeX style for Brazil's ABNT rules")
+    (description
+     "This package offers a BibLaTeX style for Brazil's ABNT (Brazilian
+Association of Technical Norms) rules.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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