[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
63/163: gnu: Add texlive-biblatex-readbbl.
From: |
guix-commits |
Subject: |
63/163: gnu: Add texlive-biblatex-readbbl. |
Date: |
Sat, 19 Aug 2023 14:39:37 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 6ef7ffc710f3c934fb4c550a77c7772f70e4fe18
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 21:23:04 2023 +0200
gnu: Add texlive-biblatex-readbbl.
* gnu/packages/tex.scm (texlive-biblatex-readbbl): 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 1da108d7ec..378dac8e0f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4340,6 +4340,28 @@ style, but provides some extra features often desired
for publication lists,
such as the omission of the author's own name from author or editor data.")
(license license:lppl1.3+)))
+(define-public texlive-biblatex-readbbl
+ (package
+ (name "texlive-biblatex-readbbl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-readbbl/"
+ "tex/latex/biblatex-readbbl/")
+ (base32
+ "0fr0p5c2v66vy86qx2m8i4p3p75d6qm506gv8xbfqckzyfzi9x6z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-readbbl")
+ (synopsis "Read a @file{.bbl} file created by biber")
+ (description
+ "This small package modifies the BibLaTeX macro which reads a @file{.bbl}
+file created by Biber. It is thus possible to include a @file{.bbl} file into
+the main document with the @code{environment} and send it to a publisher who
+does not need to run the Biber program. However, when the bibliography
+changes one has to create a new @file{.bbl} file.")
+ (license license:lppl)))
+
(define-public texlive-bibleref
(package
(name "texlive-bibleref")
- 43/163: gnu: Add texlive-biblatex-ijsra., (continued)
- 43/163: gnu: Add texlive-biblatex-ijsra., guix-commits, 2023/08/19
- 45/163: gnu: Add texlive-biblatex-jura2., guix-commits, 2023/08/19
- 50/163: gnu: Add texlive-biblatex-luh-ipw., guix-commits, 2023/08/19
- 51/163: gnu: Add texlive-biblatex-manuscripts-philology., guix-commits, 2023/08/19
- 39/163: gnu: Add texlive-biblatex-german-legal., guix-commits, 2023/08/19
- 41/163: gnu: Add texlive-biblatex-historian., guix-commits, 2023/08/19
- 42/163: gnu: Add texlive-biblatex-ieee., guix-commits, 2023/08/19
- 47/163: gnu: Add texlive-biblatex-license., guix-commits, 2023/08/19
- 53/163: gnu: Add texlive-biblatex-morenames., guix-commits, 2023/08/19
- 61/163: gnu: Add texlive-biblatex-phys., guix-commits, 2023/08/19
- 63/163: gnu: Add texlive-biblatex-readbbl.,
guix-commits <=
- 67/163: gnu: Add texlive-biblatex-shortfields., guix-commits, 2023/08/19
- 55/163: gnu: Add texlive-biblatex-multiple-dm., guix-commits, 2023/08/19
- 56/163: gnu: Add texlive-biblatex-musuos., guix-commits, 2023/08/19
- 59/163: gnu: Add texlive-biblatex-opcit-booktitle., guix-commits, 2023/08/19
- 60/163: gnu: Add texlive-biblatex-oxref., guix-commits, 2023/08/19
- 62/163: gnu: Add texlive-biblatex-publist., guix-commits, 2023/08/19
- 64/163: gnu: Add texlive-biblatex-realauthor., guix-commits, 2023/08/19
- 65/163: gnu: Add texlive-biblatex-sbl., guix-commits, 2023/08/19
- 44/163: gnu: Add texlive-biblatex-iso690., guix-commits, 2023/08/19
- 66/163: gnu: Add texlive-biblatex-science., guix-commits, 2023/08/19