guix-commits
[Top][All Lists]
Advanced

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

115/163: gnu: Add texlive-hep-bibliography.


From: guix-commits
Subject: 115/163: gnu: Add texlive-hep-bibliography.
Date: Sat, 19 Aug 2023 14:39:49 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6a05187772f5b8260ad5e6d16c8dc3fdc7fd3273
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 12:17:06 2023 +0200

    gnu: Add texlive-hep-bibliography.
    
    * gnu/packages/tex.scm (texlive-hep-bibliography): 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 4d85b97314..6f64f39fb7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9894,6 +9894,28 @@ packages, and a selection of others that are useful in 
High Energy Physics
 papers, etc.")
     (license license:lppl)))
 
+(define-public texlive-hep-bibliography
+  (package
+    (name "texlive-hep-bibliography")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/hep-bibliography/"
+                   "source/latex/hep-bibliography/"
+                   "tex/latex/hep-bibliography/")
+             (base32
+              "02jf5c920bq42g0z1gnapg1lv20ih2issim5yzf98rvjwh8c0ji9")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/hep-bibliography";)
+    (synopsis "Acronym extension for glossaries")
+    (description
+     "The @code{hep-bibliography} package extends the BibLaTeX package with
+some functionality mostly useful for high energy physics.  In particular it
+makes full use of all BibTeX fields provided by Discover High-Energy
+Physics.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-hep-reference
   (package
     (name "texlive-hep-reference")



reply via email to

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