guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/53: gnu: Add texlive-juraabbrev.


From: guix-commits
Subject: 18/53: gnu: Add texlive-juraabbrev.
Date: Wed, 16 Aug 2023 14:27:05 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0c4f2f31503482c4cfa348419eb950e2eae8b39e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:35:02 2023 +0200

    gnu: Add texlive-juraabbrev.
    
    * gnu/packages/tex.scm (texlive-juraabbrev): 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 028ef740b1..e10cf671f7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7363,6 +7363,28 @@ that permits alphanumeric section numbering (e.g., 
@samp{A. Introduction};
 @samp{III. International Law}).")
     (license license:gpl3+)))
 
+(define-public texlive-juraabbrev
+  (package
+    (name "texlive-juraabbrev")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/juraabbrev/"
+                   "makeindex/juraabbrev/"
+                   "source/latex/juraabbrev/"
+                   "tex/latex/juraabbrev/")
+             (base32
+              "0xybpc9j3x0gvq8hs5hrbb6ivilmp8ayjp6bq8xd7gsy7awag5d7")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/juraabbrev";)
+    (synopsis "Abbreviations for typesetting (German) juridical documents")
+    (description
+     "This package should be helpful for people working on (German) law.  It
+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-karnaugh
   (package
     (name "texlive-karnaugh")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]