[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
203/409: gnu: texlive-biblatex: Refresh package definition.
From: |
guix-commits |
Subject: |
203/409: gnu: texlive-biblatex: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:47 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 447d0b40793589ed70670fd11278006886c57a12
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 19:50:18 2023 +0200
gnu: texlive-biblatex: Refresh package definition.
* gnu/packages/tex.scm (texlive-biblatex): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-ETOOLBOX, TEXLIVE-KVOPTIONS,
TEXLIVE-PDFTEXCMDS.
---
gnu/packages/tex.scm | 70 +++++++++++++++++++++++++---------------------------
1 file changed, 34 insertions(+), 36 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 204cf29378..28c41006f2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10808,42 +10808,40 @@ XML file.
(license license:lppl1.3c))))
(define-public texlive-biblatex
- (let ((template (simple-texlive-package
- "texlive-biblatex"
- (list "/doc/latex/biblatex/"
- "/tex/latex/biblatex/")
- (base32
- "091cz2vrq22d1fr05wljd8vbllsz95q2hn2p8hhrwb2l2xrmxwn8")
- #:trivial? #t)))
- (package
- (inherit template)
- (propagated-inputs
- (list texlive-logreq texlive-url))
- (home-page "https://www.ctan.org/pkg/biblatex")
- (synopsis "Sophisticated bibliographies in LaTeX")
- (description "BibLaTeX is a complete reimplementation of the
-bibliographic facilities provided by LaTeX. Formatting of the
-bibliography is entirely controlled by LaTeX macros, facilitating the
-design of new bibliography and citation styles. BibLaTeX uses its own
-data backend program \"biber\" to read and process the bibliographic
-data. With biber, the range of features provided by biblatex
-includes:
-
-@enumerate
-@item
-full unicode support,
-
-@item
-customisable bibliography labels,
-
-@item
-multiple bibliographies in the same document, and
-
-@item
-subdivided bibliographies, such as bibliographies per chapter or
-section.
-@end enumerate\n")
- (license license:lppl1.3c))))
+ (package
+ (name "texlive-biblatex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bib/biblatex/biblatex/"
+ "bibtex/bst/biblatex/"
+ "doc/latex/biblatex/"
+ "tex/latex/biblatex/bbx/"
+ "tex/latex/biblatex/cbx/"
+ "tex/latex/biblatex/lbx/")
+ (base32
+ "1v3y2i7vng1qfs3p7ma2mf8lvvib422aagc3z6q2vwz6r3y4mr5k")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-etoolbox
+ texlive-kvoptions
+ texlive-logreq
+ texlive-pdftexcmds
+ texlive-url))
+ (home-page "https://ctan.org/pkg/biblatex")
+ (synopsis "Sophisticated Bibliographies in LaTeX")
+ (description
+ "BibLaTeX is a complete reimplementation of the bibliographic facilities
+provided by LaTeX. Formatting of the bibliography is entirely controlled by
+LaTeX macros, and a working knowledge of LaTeX should be sufficient to design
+new bibliography and citation styles. BibLaTeX uses its own data backend
+program called @code{biber} to read and process the bibliographic data. With
+@code{biber}, the range of features provided by BibLaTeX includes full Unicode
+support, customisable bibliography labels, multiple bibliographies in the same
+document, and subdivided bibliographies, such as bibliographies per chapter or
+section.")
+ (license license:lppl1.3+)))
(define-public texlive-biblatex-apa
(package
- 363/409: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 363/409: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 367/409: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 389/409: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/05/20
- 408/409: gnu: Add texlive-semaphor., guix-commits, 2023/05/20
- 398/409: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/20
- 127/409: gnu: Add texlive-newverbs., guix-commits, 2023/05/20
- 174/409: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/20
- 175/409: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/05/20
- 150/409: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/20
- 171/409: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/05/20
- 203/409: gnu: texlive-biblatex: Refresh package definition.,
guix-commits <=
- 208/409: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/05/20
- 209/409: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/05/20
- 211/409: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/05/20
- 222/409: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/05/20
- 229/409: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/05/20
- 224/409: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/20
- 231/409: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/05/20
- 232/409: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/05/20
- 235/409: gnu: texlive-filemod: Refresh package definition., guix-commits, 2023/05/20
- 237/409: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/05/20