[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/53: gnu: Add texlive-lexref.
From: |
guix-commits |
Subject: |
24/53: gnu: Add texlive-lexref. |
Date: |
Wed, 16 Aug 2023 14:27:06 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 8ea9b0baae1ea0afb5bb597f343ea2d07ae7fac8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:37:58 2023 +0200
gnu: Add texlive-lexref.
* gnu/packages/tex.scm (texlive-lexref): 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 37d853d02d..d65d26cfc8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8058,6 +8058,27 @@ symbols, the focus lies on single characters.")
dictionary.")
(license license:lppl)))
+(define-public texlive-lexref
+ (package
+ (name "texlive-lexref")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lexref/" "tex/latex/lexref/")
+ (base32
+ "0562vjn0vvjsqfi2jqy1yp6mqi8nrs25yc9nr1zc950q421w0vrb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lexref")
+ (synopsis "Convenient and uniform references to legal provisions")
+ (description
+ "The package is aimed at continental lawyers (especially those in
+Switzerland and Germany), allowing the user to make references to legal
+provisions conveniently and uniformly. The package also allows the user to
+add cited Acts to a nomenclature list (automatically), and to build specific
+indexes for each cited Act.")
+ (license license:lppl1.3+)))
+
(define-public texlive-lie-hasse
(package
(name "texlive-lie-hasse")
- 09/53: gnu: Add texlive-dvgloss., (continued)
- 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, 2023/08/16
- 24/53: gnu: Add texlive-lexref.,
guix-commits <=
- 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
- 32/53: gnu: Add texlive-phonrule., guix-commits, 2023/08/16