guix-commits
[Top][All Lists]
Advanced

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

78/163: gnu: Add texlive-biblatex2bibitem.


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

ngz pushed a commit to branch master
in repository guix.

commit d39ec7c61e84d1af2dd99b16e1c8e7c3953e15bc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 23:52:47 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9a75749cc5..29e16ff983 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4657,6 +4657,30 @@ Unified Stylesheet for Linguistics Journals.")
 based on the @code{numeric} style and requires Biber.")
     (license license:gpl3+)))
 
+(define-public texlive-biblatex2bibitem
+  (package
+    (name "texlive-biblatex2bibitem")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex2bibitem/"
+                   "tex/latex/biblatex2bibitem/")
+             (base32
+              "1cd9b7vhmlx2clqr2gpwqs4hjga9mjqlxj7m74kq555rn5ppkyyn")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex2bibitem";)
+    (synopsis "Convert BibLaTeX-generated bibliography to bibitems")
+    (description
+     "Some journals accept the reference list only as @code{\\bibitems}.  If
+you use BibTeX, there is no problem: just paste the content of the @file{.bbl}
+file into your document.  However, there was no out-of-the-box way to do the
+same for BibLaTeX, and you had to struggle with searching appropriate
+@file{.bst} files, or formatting your reference list by hand, or something
+like that.  Using the workaround provided by this package solves the
+problem.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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