[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/163: gnu: Add texlive-biblatex-german-legal.
From: |
guix-commits |
Subject: |
39/163: gnu: Add texlive-biblatex-german-legal. |
Date: |
Sat, 19 Aug 2023 14:39:31 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 92b673f9ed4e433b22b26fe7d06aada3c75b2a89
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 19:58:50 2023 +0200
gnu: Add texlive-biblatex-german-legal.
* gnu/packages/tex.scm (texlive-biblatex-german-legal): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0b56f3d233..5bac86267c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3816,6 +3816,27 @@ style. This implementation follows the GBT7714-2015
standard and can be used
by simply loading BibLaTeX with the appropriate option.")
(license license:lppl1.3c)))
+(define-public texlive-biblatex-german-legal
+ (package
+ (name "texlive-biblatex-german-legal")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-german-legal/"
+ "tex/latex/biblatex-german-legal/")
+ (base32
+ "14njaba2gvz338f8z4w3vi1qyf7yxx3l9c9nla6ggrw4rnicjpzs")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-german-legal")
+ (synopsis "Comprehensive citation style for German legal texts")
+ (description
+ "This package aims to provide citation styles (for footnotes and
+bibliographies) for German legal texts. It is currently focused on citations
+in books (style german-legal-book), but may be extended to journal articles in
+the future.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibleref
(package
(name "texlive-bibleref")
- 35/163: gnu: Add texlive-biblatex-enc., (continued)
- 35/163: gnu: Add texlive-biblatex-enc., guix-commits, 2023/08/19
- 38/163: gnu: Add texlive-biblatex-gb7714-2015., guix-commits, 2023/08/19
- 48/163: gnu: Add texlive-biblatex-lncs., guix-commits, 2023/08/19
- 29/163: gnu: Add texlive-biblatex-caspervector., guix-commits, 2023/08/19
- 36/163: gnu: Add texlive-biblatex-ext., guix-commits, 2023/08/19
- 40/163: gnu: Add texlive-biblatex-gost., guix-commits, 2023/08/19
- 43/163: gnu: Add texlive-biblatex-ijsra., guix-commits, 2023/08/19
- 45/163: gnu: Add texlive-biblatex-jura2., guix-commits, 2023/08/19
- 50/163: gnu: Add texlive-biblatex-luh-ipw., guix-commits, 2023/08/19
- 51/163: gnu: Add texlive-biblatex-manuscripts-philology., guix-commits, 2023/08/19
- 39/163: gnu: Add texlive-biblatex-german-legal.,
guix-commits <=
- 41/163: gnu: Add texlive-biblatex-historian., guix-commits, 2023/08/19
- 42/163: gnu: Add texlive-biblatex-ieee., guix-commits, 2023/08/19
- 47/163: gnu: Add texlive-biblatex-license., guix-commits, 2023/08/19
- 53/163: gnu: Add texlive-biblatex-morenames., guix-commits, 2023/08/19
- 61/163: gnu: Add texlive-biblatex-phys., guix-commits, 2023/08/19
- 63/163: gnu: Add texlive-biblatex-readbbl., guix-commits, 2023/08/19
- 67/163: gnu: Add texlive-biblatex-shortfields., guix-commits, 2023/08/19
- 55/163: gnu: Add texlive-biblatex-multiple-dm., guix-commits, 2023/08/19
- 56/163: gnu: Add texlive-biblatex-musuos., guix-commits, 2023/08/19
- 59/163: gnu: Add texlive-biblatex-opcit-booktitle., guix-commits, 2023/08/19