From 98b5d83c719192def0212a254b852a93447c104b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 17 Aug 2023 20:00:52 +0200 Subject: [PATCH] gnu: Add texlive-biblatex-jura2. * gnu/packages/tex.scm (texlive-biblatex-jura2): New variable. --- gnu/packages/tex.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 407c799f77..dd34ca1a3e 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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")