Archived
1
0
Fork 0

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.
This commit is contained in:
Nicolas Goaziou 2023-05-15 19:50:18 +02:00
parent efde0718f8
commit dbe43a3fbf
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10800,42 +10800,40 @@ XML file.
(license license:lppl1.3c)))) (license license:lppl1.3c))))
(define-public texlive-biblatex (define-public texlive-biblatex
(let ((template (simple-texlive-package (package
"texlive-biblatex" (name "texlive-biblatex")
(list "/doc/latex/biblatex/" (version (number->string %texlive-revision))
"/tex/latex/biblatex/") (source (texlive-origin
(base32 name version
"091cz2vrq22d1fr05wljd8vbllsz95q2hn2p8hhrwb2l2xrmxwn8") (list "bibtex/bib/biblatex/biblatex/"
#:trivial? #t))) "bibtex/bst/biblatex/"
(package "doc/latex/biblatex/"
(inherit template) "tex/latex/biblatex/bbx/"
(propagated-inputs "tex/latex/biblatex/cbx/"
(list texlive-logreq texlive-url)) "tex/latex/biblatex/lbx/")
(home-page "https://www.ctan.org/pkg/biblatex") (base32
(synopsis "Sophisticated bibliographies in LaTeX") "1v3y2i7vng1qfs3p7ma2mf8lvvib422aagc3z6q2vwz6r3y4mr5k")))
(description "BibLaTeX is a complete reimplementation of the (outputs '("out" "doc"))
bibliographic facilities provided by LaTeX. Formatting of the (build-system texlive-build-system)
bibliography is entirely controlled by LaTeX macros, facilitating the (propagated-inputs
design of new bibliography and citation styles. BibLaTeX uses its own (list texlive-etoolbox
data backend program \"biber\" to read and process the bibliographic texlive-kvoptions
data. With biber, the range of features provided by biblatex texlive-logreq
includes: texlive-pdftexcmds
texlive-url))
@enumerate (home-page "https://ctan.org/pkg/biblatex")
@item (synopsis "Sophisticated Bibliographies in LaTeX")
full unicode support, (description
"BibLaTeX is a complete reimplementation of the bibliographic facilities
@item provided by LaTeX. Formatting of the bibliography is entirely controlled by
customisable bibliography labels, LaTeX macros, and a working knowledge of LaTeX should be sufficient to design
new bibliography and citation styles. BibLaTeX uses its own data backend
@item program called @code{biber} to read and process the bibliographic data. With
multiple bibliographies in the same document, and @code{biber}, the range of features provided by BibLaTeX includes full Unicode
support, customisable bibliography labels, multiple bibliographies in the same
@item document, and subdivided bibliographies, such as bibliographies per chapter or
subdivided bibliographies, such as bibliographies per chapter or section.")
section. (license license:lppl1.3+)))
@end enumerate\n")
(license license:lppl1.3c))))
(define-public texlive-biblatex-apa (define-public texlive-biblatex-apa
(package (package