me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-biblatex-german-legal.

* gnu/packages/tex.scm (texlive-biblatex-german-legal): New variable.
Nicolas Goaziou 2023-08-17 19:58:50 +02:00
parent d866b755fb
commit 92b673f9ed
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -3816,6 +3816,27 @@ style. This implementation follows the GBT7714-2015 standard and can be used
by simply loading BibLaTeX with the appropriate option.")
(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
(package
(name "texlive-bibleref")