guix-commits
[Top][All Lists]
Advanced

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

104/163: gnu: Add texlive-ecobiblatex.


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

ngz pushed a commit to branch master
in repository guix.

commit daa36d3acd9c0dd85864886887fa367c5216a4ef
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 12:08:09 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cb686d2307..b32853b5f9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8020,6 +8020,26 @@ a @code{bundle} environment, with a set of leaves 
described by @code{\\chunk}
 macros.  A chunk may have a @code{bundle} environment inside it.")
     (license license:lppl)))
 
+(define-public texlive-ecobiblatex
+  (package
+    (name "texlive-ecobiblatex")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ecobiblatex/"
+                   "tex/latex/ecobiblatex/")
+             (base32
+              "09569x2dx1h6a63ji44ipkx0nvapc9mgkgrqvc552x62c97zcf21")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ecobiblatex";)
+    (synopsis
+     "Global Ecology and Biogeography BibLaTeX styles for the Biber backend")
+    (description
+     "This bundle provides a set of styles for creating bibliographies using
+BibLaTeX in the style of the @emph{Global Ecology and Biogeography} journal.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-econometrics
   (package
     (name "texlive-econometrics")



reply via email to

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