mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: Add texlive-biblatex-juradiss.
* gnu/packages/tex.scm (texlive-biblatex-juradiss): New variable.
This commit is contained in:
parent
98b5d83c71
commit
9d4332a865
1 changed files with 19 additions and 0 deletions
|
@ -3954,6 +3954,25 @@ (define-public texlive-biblatex-jura2
|
|||
"The package offers BibLaTeX support for citations in German legal texts.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-biblatex-juradiss
|
||||
(package
|
||||
(name "texlive-biblatex-juradiss")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/biblatex-juradiss/"
|
||||
"tex/latex/biblatex-juradiss/")
|
||||
(base32
|
||||
"13rwvj1ibhj0c46xr13wjyh68abkrvh2jcg2ccichh33crrxaql0")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/biblatex-juradiss")
|
||||
(synopsis "BibLaTeX stylefiles for German law theses")
|
||||
(description
|
||||
"The package provides a custom citation-style for typesetting a German
|
||||
law thesis with LaTeX.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-bibleref
|
||||
(package
|
||||
(name "texlive-bibleref")
|
||||
|
|
Loading…
Reference in a new issue