guix-commits
[Top][All Lists]
Advanced

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

16/16: gnu: Add texlive-xifthen.


From: guix-commits
Subject: 16/16: gnu: Add texlive-xifthen.
Date: Tue, 16 Nov 2021 11:00:34 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 7dce1df34b5838f8d8915dab3127a27bbb8a430f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Nov 16 16:59:29 2021 +0100

    gnu: Add texlive-xifthen.
    
    * gnu/packages/tex.scm (texlive-xifthen): 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 ed17147..bfca913 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8875,6 +8875,27 @@ on the page, and which specifies where it is to be 
placed.  The environment is
 accompanied by various configuration commands.")
     (license license:lppl)))
 
+(define-public texlive-xifthen
+  (package
+    (inherit (simple-texlive-package
+              "texlive-xifthen"
+              (list "doc/latex/xifthen/"
+                    "tex/latex/xifthen/")
+              (base32
+               "0b33mlmnxsj5mi06v2w2zgamk51mgv1lxdr1cax8nkpn9g7n9axw")
+              #:trivial? #t))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/xifthen";)
+    (synopsis "Extended conditional commands")
+    (description
+     "This package extends the @code{ifthen} package by implementing new
+commands to go within the first argument of @code{\\\\ifthenelse}: to test
+whether a string is void or not, if a command is defined or equivalent to
+another.  The package also enables use of complex expressions as introduced by
+the package @code{calc}, together with the ability of defining new commands to
+handle complex tests.")
+    (license license:lppl)))
+
 (define-public bibtool
   (package
     (name "bibtool")



reply via email to

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