guix-commits
[Top][All Lists]
Advanced

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

16/163: gnu: Add texlive-biber-ms.


From: guix-commits
Subject: 16/163: gnu: Add texlive-biber-ms.
Date: Sat, 19 Aug 2023 14:39:26 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 13c9e43840a6abf6dea850720c20c850f61b5a1b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 19:40:45 2023 +0200

    gnu: Add texlive-biber-ms.
    
    * gnu/packages/tex.scm (texlive-biber-ms): 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 8b5225f64e..12745b576e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3313,6 +3313,26 @@ run with the @samp{--shell-escape} option.  
@command{bibcop} can also be used
 as a standalone command line tool.")
     (license license:expat)))
 
+(define-public texlive-biber-ms
+  (package
+    (name "texlive-biber-ms")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/bibtex/biber-ms/"
+                   "source/bibtex/biber-ms/")
+             (base32
+              "10r9jgarrbvqrz9nkjfkzsy3niggg5w6sjr7zi7bqy8zhkwf3hsf")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biber-ms";)
+    (synopsis
+     "BibTeX replacement for users of BibLaTeX (multiscript version)")
+    (description
+     "This is the multiscript version of Biber.  It must be used with the
+multiscript version of @code{biblatex-ms}.")
+    (license license:artistic2.0)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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