mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: Add texlive-biblatex-fiwi.
* gnu/packages/tex.scm (texlive-biblatex-fiwi): New variable.
This commit is contained in:
parent
ae5da4bff0
commit
9d1f80e7b7
1 changed files with 22 additions and 0 deletions
|
@ -3772,6 +3772,28 @@ (define-public texlive-biblatex-ext
|
||||||
here as well.")
|
here as well.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-biblatex-fiwi
|
||||||
|
(package
|
||||||
|
(name "texlive-biblatex-fiwi")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/biblatex-fiwi/"
|
||||||
|
"tex/latex/biblatex-fiwi/")
|
||||||
|
(base32
|
||||||
|
"080m1xj1g8v6aavp2i0hipjk3iikjqd2i36by2fiq0ys5vl5vhnq")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/biblatex-fiwi")
|
||||||
|
(synopsis "BibLaTeX styles for use in German humanities")
|
||||||
|
(description
|
||||||
|
"The package provides a collection of styles for BibLaTeX. It was
|
||||||
|
designed for citations in German Humanities, especially film studies, and
|
||||||
|
offers some features that are not provided by the standard BibLaTeX styles.
|
||||||
|
The style is highly optimized for documents written in German, and the main
|
||||||
|
documentation is only available in German.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-bibleref
|
(define-public texlive-bibleref
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibleref")
|
(name "texlive-bibleref")
|
||||||
|
|
Loading…
Reference in a new issue