guix-commits
[Top][All Lists]
Advanced

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

197/296: gnu: Add texlive-undolabl.


From: guix-commits
Subject: 197/296: gnu: Add texlive-undolabl.
Date: Thu, 24 Aug 2023 05:21:02 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 04e124a00e6a64385248efcf5673bd4618972513
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:38:08 2023 +0200

    gnu: Add texlive-undolabl.
    
    * gnu/packages/tex.scm (texlive-undolabl): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5c2bc78971..bfd35a1fc3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -50096,6 +50096,26 @@ a document with no explicit font selection, but a 
series of rules of the form
 ``when entering block ..., switch font to use ...''.")
     (license license:public-domain)))
 
+(define-public texlive-undolabl
+  (package
+    (name "texlive-undolabl")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/undolabl/"
+                   "source/latex/undolabl/"
+                   "tex/latex/undolabl/")
+             (base32
+              "1pa1m610j46623wm59inxmaqpjhd9cfmbwmyh02pbmpqid47p9l1")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/undolabl";)
+    (synopsis "Override existing labels")
+    (description
+     "The package allows the user to override existing labels (for example,
+those generated automatically).")
+    (license license:lppl1.3+)))
+
 (define-public texlive-unicode-bidi
   (package
     (name "texlive-unicode-bidi")



reply via email to

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