summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-16 19:37:58 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-16 20:25:26 +0200
commit8ea9b0baae1ea0afb5bb597f343ea2d07ae7fac8 (patch)
treecb731dc5295a7cde0ff087d7dc20ef1435656a42 /gnu
parenta9a3a5b62300fc946bf461ce193c934a50b84674 (diff)
gnu: Add texlive-lexref.
* gnu/packages/tex.scm (texlive-lexref): New variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tex.scm21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 37d853d02d2..d65d26cfc89 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8058,6 +8058,27 @@ symbols, the focus lies on single characters.")
8058dictionary.") 8058dictionary.")
8059 (license license:lppl))) 8059 (license license:lppl)))
8060 8060
8061(define-public texlive-lexref
8062 (package
8063 (name "texlive-lexref")
8064 (version (number->string %texlive-revision))
8065 (source (texlive-origin
8066 name version
8067 (list "doc/latex/lexref/" "tex/latex/lexref/")
8068 (base32
8069 "0562vjn0vvjsqfi2jqy1yp6mqi8nrs25yc9nr1zc950q421w0vrb")))
8070 (outputs '("out" "doc"))
8071 (build-system texlive-build-system)
8072 (home-page "https://ctan.org/pkg/lexref")
8073 (synopsis "Convenient and uniform references to legal provisions")
8074 (description
8075 "The package is aimed at continental lawyers (especially those in
8076Switzerland and Germany), allowing the user to make references to legal
8077provisions conveniently and uniformly. The package also allows the user to
8078add cited Acts to a nomenclature list (automatically), and to build specific
8079indexes for each cited Act.")
8080 (license license:lppl1.3+)))
8081
8061(define-public texlive-lie-hasse 8082(define-public texlive-lie-hasse
8062 (package 8083 (package
8063 (name "texlive-lie-hasse") 8084 (name "texlive-lie-hasse")