guix-commits
[Top][All Lists]
Advanced

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

122/163: gnu: Add texlive-is-bst.


From: guix-commits
Subject: 122/163: gnu: Add texlive-is-bst.
Date: Sat, 19 Aug 2023 14:39:51 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 99a43cec484e7d94f795ef0e945d12d3e1dc7b7b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 12:19:46 2023 +0200

    gnu: Add texlive-is-bst.
    
    * gnu/packages/tex.scm (texlive-is-bst): 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 806d957f9f..6acdc4fb44 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10631,6 +10631,27 @@ journals, including @emph{Journal of Physics}.")
 proportional width glyphs for Western characters.")
     (license license:ipa)))
 
+(define-public texlive-is-bst
+  (package
+    (name "texlive-is-bst")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/is-bst/" "doc/bibtex/is-bst/")
+             (base32
+              "0bdkk1s5nfqy95h9ia08h4kpij4khj1y5z6byxgn7fsvcxncl1cb")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/is-bst";)
+    (synopsis "Extended versions of standard BibTeX styles")
+    (description
+     "The bundle contains an extended version (@file{xbtxbst.doc}) of the
+source of the standard BibTeX styles, together with corresponding versions of
+the standard styles.  The styles offer support for CODEN, ISBN, ISSN, LCCN,
+and PRICE fields, extended PAGES fields, the PERIODICAL entry, and extended
+citation label suffixing.")
+    (license license:knuth)))
+
 (define-public texlive-isomath
   (package
     (name "texlive-isomath")



reply via email to

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