guix-commits
[Top][All Lists]
Advanced

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

138/163: gnu: Add texlive-notes2bib.


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

ngz pushed a commit to branch master
in repository guix.

commit 8f0bce32e71183648b30ab409726e268bec53403
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 13:33:42 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0510548116..ad496bd136 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14080,6 +14080,29 @@ implements the @code{\\Next}, @code{\\NNext}, 
@code{\\Last}, and
 commands from the @code{expex} package.")
     (license license:lppl1.3+)))
 
+(define-public texlive-notes2bib
+  (package
+    (name "texlive-notes2bib")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/notes2bib/"
+                   "source/latex/notes2bib/"
+                   "tex/latex/notes2bib/")
+             (base32
+              "0d51xy7hlwdl752yl1sfr7f6r77j41nkpj1mf1l7pycn5nlnii79")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/notes2bib";)
+    (synopsis "Integrating notes into the bibliography")
+    (description
+     "The package defines a new type of note, @code{bibnote}, which will
+always be added to the bibliography.  The package allows footnotes and
+endnotes to be moved into the bibliography in the same way.  The package can
+be used with @code{natbib} and BibLaTeX as well as plain LaTeX citations.
+Both sorted and unsorted bibliography styles are supported.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-nuc
   (package
     (name "texlive-nuc")



reply via email to

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