guix-commits
[Top][All Lists]
Advanced

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

137/163: gnu: Add texlive-nmbib.


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

ngz pushed a commit to branch master
in repository guix.

commit 4389c1b32a6fa4a1fdbdc73bb76616170636f0a4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 13:33:06 2023 +0200

    gnu: Add texlive-nmbib.
    
    * gnu/packages/tex.scm (texlive-nmbib): 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 cdeea88113..0510548116 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14036,6 +14036,28 @@ the size and colour of the sticks, and flexibility to 
draw heaps of different
 objects.")
     (license license:expat)))
 
+(define-public texlive-nmbib
+  (package
+    (name "texlive-nmbib")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/nmbib/" "doc/latex/nmbib/"
+                   "source/latex/nmbib/" "tex/latex/nmbib/")
+             (base32
+              "17snspchv0yafz062h59gs9px4dwjk99pwfyxcraw9243k2gd79g")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/nmbib";)
+    (synopsis "Multiple versions of a bibliography, with different sort 
orders")
+    (description
+     "This package is a rewrite of the @code{multibibliography} package
+providing multiple bibliographies with different sorting.  The new version
+offers a number of citation commands, streamlines the creation of
+bibliographies, ensures compatibility with the @code{natbib} package, and
+provides other improvements.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-nnext
   (package
     (name "texlive-nnext")



reply via email to

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