guix-commits
[Top][All Lists]
Advanced

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

35/163: gnu: Add texlive-biblatex-enc.


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

ngz pushed a commit to branch master
in repository guix.

commit 38d9cf2cebc279b99f99d6dd0344a52082a998ba
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 19:57:21 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5eb2b66e5f..577c13f82b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3728,6 +3728,27 @@ features that are not provided by the standard BibLaTeX 
styles.  The styles
 are dependent on BibLaTeX and cannot be used without it.")
     (license license:lppl1.3+)))
 
+(define-public texlive-biblatex-enc
+  (package
+    (name "texlive-biblatex-enc")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-enc/"
+                   "tex/latex/biblatex-enc/")
+             (base32
+              "0k9sais0dknydcdy1a7fkkrb5grqap3q2jn8qk36x658nkjjb9ln")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-enc";)
+    (synopsis "BibLaTeX style for the Ecole nationale des chartes (Paris)")
+    (description
+     "This package provides a citation and bibliography style for use with
+BibLaTeX.  It conforms to the bibliographic standards used at the Ecole
+nationale des chartes (Paris), and may be suitable for a more general use in
+historical and philological works.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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