guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

46/163: gnu: Add texlive-biblatex-juradiss.


From: guix-commits
Subject: 46/163: gnu: Add texlive-biblatex-juradiss.
Date: Sat, 19 Aug 2023 14:39:33 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9d4332a865c34d2b9b106f9636fcc778a1d564d7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 20:01:12 2023 +0200

    gnu: Add texlive-biblatex-juradiss.
    
    * gnu/packages/tex.scm (texlive-biblatex-juradiss): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index dd34ca1a3e..a40933c6f9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3954,6 +3954,25 @@ the latest revision of the international standard ISO 
690:2010.")
      "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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]