mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add texlive-biblatex-ms.
* gnu/packages/tex.scm (texlive-biblatex-ms): New variable.
This commit is contained in:
parent
d33c116450
commit
f87151afce
1 changed files with 27 additions and 0 deletions
|
@ -4114,6 +4114,33 @@ (define-public texlive-biblatex-morenames
|
|||
@code{@@collection}.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-biblatex-ms
|
||||
(package
|
||||
(name "texlive-biblatex-ms")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bib/biblatex-ms/biblatex/"
|
||||
"bibtex/bst/biblatex-ms/"
|
||||
"doc/latex/biblatex-ms/"
|
||||
"tex/latex/biblatex-ms/")
|
||||
(base32
|
||||
"00xib8xvxl78qzxs66qmfyp4jdkcs3qx4ray2nwv1fffhj69aw3n")))
|
||||
(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-ms")
|
||||
(synopsis "Sophisticated bibliographies in LaTeX (multiscript version)")
|
||||
(description
|
||||
"This package is the multiscript' version of the BibLaTeX package
|
||||
intended to solve the issues faced by those wishing to create multilingual
|
||||
bibliographies. It is intended to be backwards-compatible with the standard
|
||||
BibLaTeX package and includes significantly enhanced optional functionality.
|
||||
|
||||
It requires the use of the multiscript version of Biber (biber-ms).")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-bibleref
|
||||
(package
|
||||
(name "texlive-bibleref")
|
||||
|
|
Loading…
Reference in a new issue