mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: Add texlive-biblatex-ext.
* gnu/packages/tex.scm (texlive-biblatex-ext): New variable.
This commit is contained in:
parent
38d9cf2ceb
commit
ae5da4bff0
1 changed files with 23 additions and 0 deletions
|
@ -3749,6 +3749,29 @@ (define-public texlive-biblatex-enc
|
|||
historical and philological works.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-biblatex-ext
|
||||
(package
|
||||
(name "texlive-biblatex-ext")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/biblatex-ext/"
|
||||
"tex/latex/biblatex-ext/")
|
||||
(base32
|
||||
"09adm378m9laxxb9bs6lqhfprrq0d3l1c627fxp1vcnxqqwd99xc")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/biblatex-ext")
|
||||
(synopsis "Extended BibLaTeX standard styles")
|
||||
(description
|
||||
"The BibLaTeX-ext bundle provides styles that slightly extend the
|
||||
standard styles that ship with BibLaTeX. The styles offered in this bundle
|
||||
provide a simple interface to change some of the stylistic decisions made in
|
||||
the standard styles. At the same time they stay as close to their standard
|
||||
counterparts as possible, so that most customisation methods can be applied
|
||||
here as well.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-bibleref
|
||||
(package
|
||||
(name "texlive-bibleref")
|
||||
|
|
Loading…
Reference in a new issue