[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/53: gnu: Add texlive-juramisc.
From: |
guix-commits |
Subject: |
19/53: gnu: Add texlive-juramisc. |
Date: |
Wed, 16 Aug 2023 14:27:05 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 823fa92396e69237b00b5c000072bd8a633a82ed
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:35:18 2023 +0200
gnu: Add texlive-juramisc.
* gnu/packages/tex.scm (texlive-juramisc): 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 e10cf671f7..6097272dc6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7385,6 +7385,25 @@ helps you to handle abbreviations and creates a list of
those (pre-defined)
abbreviations that have actually been used in the document.")
(license license:gpl3+)))
+(define-public texlive-juramisc
+ (package
+ (name "texlive-juramisc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/juramisc/" "tex/latex/juramisc/")
+ (base32
+ "0ka6gmlb0vlg0317ihjnlklvaajj4rrbi7c2iisngz69fgjm26iy")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/juramisc")
+ (synopsis "Typesetting German juridical documents")
+ (description
+ "This package provides a collection of classes for typesetting court
+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-karnaugh
(package
(name "texlive-karnaugh")
- 08/53: gnu: Add texlive-dramatist., (continued)
- 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, 2023/08/16
- 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 <=
- 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
- 32/53: gnu: Add texlive-phonrule., guix-commits, 2023/08/16
- 30/53: gnu: Add texlive-parallel., guix-commits, 2023/08/16
- 39/53: gnu: Add texlive-qtree., guix-commits, 2023/08/16
- 40/53: gnu: Add texlive-reledmac., guix-commits, 2023/08/16
- 27/53: gnu: Add texlive-liturg., guix-commits, 2023/08/16
- 35/53: gnu: Add texlive-poemscol., guix-commits, 2023/08/16