guix-commits
[Top][All Lists]
Advanced

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

111/296: gnu: Add texlive-create-theorem.


From: guix-commits
Subject: 111/296: gnu: Add texlive-create-theorem.
Date: Thu, 24 Aug 2023 05:20:22 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index eee87ce2f1..2ffaf71e5a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10245,6 +10245,29 @@ bearing the ability to support bachelor, master, 
doctor dissertations with
 grace and speed.")
     (license license:lppl1.3+)))
 
+(define-public texlive-create-theorem
+  (package
+    (name "texlive-create-theorem")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/create-theorem/"
+                   "tex/latex/create-theorem/")
+             (base32
+              "0pnb2n79qyipa2izj5v81rk973psvcmslkqxpivzm9gghrajkk9m")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (propagated-inputs (list texlive-crefthe))
+    (home-page "https://ctan.org/pkg/create-theorem";)
+    (synopsis "Multilingual support for @code{theorem}-like environments")
+    (description
+     "This package provides commands for naming, initializing and configuring
+@code{theorem}-like environments.  These commands have key-value based
+interfaces and are especially useful in multilingual documents, allowing the
+easy declaration of @code{theorem}-like environments that can automatically
+adapt to the language settings.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-crefthe
   (package
     (name "texlive-crefthe")



reply via email to

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