summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-17 21:29:35 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-19 20:33:30 +0200
commitd6192f072fdc1e544c2e1cd04181f05baf404081 (patch)
treedd5c2fa91545ff690824d0377065c6488043a365 /gnu/packages
parent8757255542a55e0a15c441f03759283e737af270 (diff)
gnu: Add texlive-biblatex-swiss-legal.
* gnu/packages/tex.scm (texlive-biblatex-swiss-legal): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/tex.scm22
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8adc4b4f2a..d63f194592 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4556,6 +4556,28 @@ number inside the subseries. This package provides new fields to manage such
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")