guix-commits
[Top][All Lists]
Advanced

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

118/163: gnu: Add texlive-ietfbibs.


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

ngz pushed a commit to branch master
in repository guix.

commit 72abac0232bc7b39b3be3bcc610cfff09b111ed4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 12:18:13 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index adf6575f67..aa27819983 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10329,6 +10329,24 @@ which are called indices locorum citatorum.  It relies 
on a specific
 @code{\\icite} command and can operate with either BibTeX or BibLaTeX.")
     (license (list license:gpl3+ license:cc-by-sa4.0))))
 
+(define-public texlive-ietfbibs
+  (package
+    (name "texlive-ietfbibs")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/bibtex/ietfbibs/")
+             (base32
+              "18ypa96z1gclq4amka28sv26pm7lycak68zf4b3sf1bx4ldnzmxq")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ietfbibs";)
+    (synopsis "Generate BibTeX entries for various IETF index files")
+    (description
+     "The package provides scripts to translate IETF index files to BibTeX
+files.")
+    (license license:expat)))
+
 (define-public texlive-impatient
   (package
     (name "texlive-impatient")



reply via email to

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