mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add texlive-biblatex-swiss-legal.
* gnu/packages/tex.scm (texlive-biblatex-swiss-legal): New variable.
This commit is contained in:
parent
8757255542
commit
d6192f072f
1 changed files with 22 additions and 0 deletions
|
@ -4556,6 +4556,28 @@ (define-public texlive-biblatex-subseries
|
|||
system.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-biblatex-swiss-legal
|
||||
(package
|
||||
(name "texlive-biblatex-swiss-legal")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/biblatex-swiss-legal/"
|
||||
"tex/latex/biblatex-swiss-legal/")
|
||||
(base32
|
||||
"1x4dy1vxrbx0xkw3vysvcds0s1jz9w1pwri5ypiidj517sdsnff4")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/biblatex-swiss-legal")
|
||||
(synopsis
|
||||
"Bibliography and citation styles following Swiss legal practice")
|
||||
(description
|
||||
"The package provides BibLaTeX bibliography and citation styles for
|
||||
documents written in accordance with Swiss legal citation standards in either
|
||||
French or German. However, the package is at present outdated and does not
|
||||
work properly with newer versions of BibLaTeX.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-bibleref
|
||||
(package
|
||||
(name "texlive-bibleref")
|
||||
|
|
Loading…
Reference in a new issue