mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: Add texlive-biblatex-jura2.
* gnu/packages/tex.scm (texlive-biblatex-jura2): New variable.
This commit is contained in:
parent
bd8f4b3ed4
commit
98b5d83c71
1 changed files with 18 additions and 0 deletions
|
@ -3936,6 +3936,24 @@ (define-public texlive-biblatex-iso690
|
|||
the latest revision of the international standard ISO 690:2010.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-biblatex-jura2
|
||||
(package
|
||||
(name "texlive-biblatex-jura2")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/biblatex-jura2/"
|
||||
"tex/latex/biblatex-jura2/")
|
||||
(base32
|
||||
"1cnsmk46j98z7wk7qs6v9f5m42x124v2nxrnq8n1jcs1jd03q6ry")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/biblatex-jura2")
|
||||
(synopsis "Citation style for the German legal profession")
|
||||
(description
|
||||
"The package offers BibLaTeX support for citations in German legal texts.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-bibleref
|
||||
(package
|
||||
(name "texlive-bibleref")
|
||||
|
|
Loading…
Reference in a new issue