[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/53: gnu: Add texlive-jurarsp.
From: |
guix-commits |
Subject: |
20/53: gnu: Add texlive-jurarsp. |
Date: |
Wed, 16 Aug 2023 14:27:05 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 4f6365534bf36df2a92e8a78e54f5f62720a02ec
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:35:40 2023 +0200
gnu: Add texlive-jurarsp.
* gnu/packages/tex.scm (texlive-jurarsp): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6097272dc6..0c9b5a0557 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7404,6 +7404,28 @@ sentences, legal opinions, books and dissertations for
German lawyers.
A @code{jurabook} class is also provided, which may not yet be complete.")
(license license:lppl)))
+(define-public texlive-jurarsp
+ (package
+ (name "texlive-jurarsp")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/jurarsp/" "doc/latex/jurarsp/"
+ "source/latex/jurarsp/" "tex/latex/jurarsp/")
+ (base32
+ "03lwp5v6fmq2zhiwaf4qj52k44grzh119il4pdp2fvgl2q4a39sm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jurarsp")
+ (synopsis
+ "Citations of judgements and official documents in (German) juridical
+documents")
+ (description
+ "This package should be helpful for people working on (German) law.
+It (ab)uses BibTeX for citations of judgements and official documents. For
+this purpose, a special BibTeX-style is provided.")
+ (license license:gpl3+)))
+
(define-public texlive-karnaugh
(package
(name "texlive-karnaugh")
- 13/53: gnu: Add texlive-eledmac., (continued)
- 13/53: gnu: Add texlive-eledmac., guix-commits, 2023/08/16
- 09/53: gnu: Add texlive-dvgloss., guix-commits, 2023/08/16
- 16/53: gnu: Add texlive-gmverse., guix-commits, 2023/08/16
- 17/53: gnu: Add texlive-jura., guix-commits, 2023/08/16
- 04/53: gnu: Add texlive-bibleref-mouth., guix-commits, 2023/08/16
- 10/53: gnu: Add texlive-ecltree., guix-commits, 2023/08/16
- 08/53: gnu: Add texlive-dramatist., guix-commits, 2023/08/16
- 18/53: gnu: Add texlive-juraabbrev., guix-commits, 2023/08/16
- 22/53: gnu: Add texlive-ledmac., guix-commits, 2023/08/16
- 15/53: gnu: Add texlive-gb4e., guix-commits, 2023/08/16
- 20/53: gnu: Add texlive-jurarsp.,
guix-commits <=
- 24/53: gnu: Add texlive-lexref., guix-commits, 2023/08/16
- 25/53: gnu: Add texlive-ling-macros., guix-commits, 2023/08/16
- 26/53: gnu: Add texlive-linguex., guix-commits, 2023/08/16
- 29/53: gnu: Add texlive-nnext., guix-commits, 2023/08/16
- 33/53: gnu: Add texlive-plari., guix-commits, 2023/08/16
- 19/53: gnu: Add texlive-juramisc., guix-commits, 2023/08/16
- 21/53: gnu: Add texlive-langnames., guix-commits, 2023/08/16
- 23/53: gnu: Add texlive-lexikon., guix-commits, 2023/08/16
- 28/53: gnu: Add texlive-metrix., guix-commits, 2023/08/16
- 31/53: gnu: Add texlive-parrun., guix-commits, 2023/08/16