me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-biblatex-multiple-dm.

* gnu/packages/tex.scm (texlive-biblatex-multiple-dm): New variable.
Nicolas Goaziou 2023-08-17 21:13:18 +02:00
parent f87151afce
commit 5e121d6c28
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -4141,6 +4141,25 @@ BibLaTeX package and includes significantly enhanced optional functionality.
It requires the use of the multiscript version of Biber (biber-ms).") It requires the use of the multiscript version of Biber (biber-ms).")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-biblatex-multiple-dm
(package
(name "texlive-biblatex-multiple-dm")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biblatex-multiple-dm/"
"tex/latex/biblatex-multiple-dm/")
(base32
"07dp3ppz8kma5gh0bs98jnk7gvqqcp4l1ag60941myjvfsyqplxv")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biblatex-multiple-dm")
(synopsis "Load multiple datamodels in BibLaTeX")
(description
"The package adds the possibility to BibLaTeX to load data models from
multiple sources.")
(license license:lppl1.3+)))
(define-public texlive-bibleref (define-public texlive-bibleref
(package (package
(name "texlive-bibleref") (name "texlive-bibleref")