gnu: Add texlive-biblatex-german-legal.
* gnu/packages/tex.scm (texlive-biblatex-german-legal): New variable.
This commit is contained in:
parent
d866b755fb
commit
92b673f9ed
1 changed files with 21 additions and 0 deletions
|
@ -3816,6 +3816,27 @@ style. This implementation follows the GBT7714-2015 standard and can be used
|
||||||
by simply loading BibLaTeX with the appropriate option.")
|
by simply loading BibLaTeX with the appropriate option.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-biblatex-german-legal
|
||||||
|
(package
|
||||||
|
(name "texlive-biblatex-german-legal")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/biblatex-german-legal/"
|
||||||
|
"tex/latex/biblatex-german-legal/")
|
||||||
|
(base32
|
||||||
|
"14njaba2gvz338f8z4w3vi1qyf7yxx3l9c9nla6ggrw4rnicjpzs")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/biblatex-german-legal")
|
||||||
|
(synopsis "Comprehensive citation style for German legal texts")
|
||||||
|
(description
|
||||||
|
"This package aims to provide citation styles (for footnotes and
|
||||||
|
bibliographies) for German legal texts. It is currently focused on citations
|
||||||
|
in books (style german-legal-book), but may be extended to journal articles in
|
||||||
|
the future.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-bibleref
|
(define-public texlive-bibleref
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibleref")
|
(name "texlive-bibleref")
|
||||||
|
|
Reference in a new issue