[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
184/416: gnu: Add texlive-etextools.
From: |
guix-commits |
Subject: |
184/416: gnu: Add texlive-etextools. |
Date: |
Sun, 28 May 2023 02:32:43 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b52d36a6bcd73f9acc6a2a6dbd58da21f1af7711
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 18:48:12 2023 +0200
gnu: Add texlive-etextools.
* gnu/packages/tex.scm (texlive-etextools): New variable.
---
gnu/packages/tex.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 820535ffec..a8cee944ca 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9772,6 +9772,33 @@ adding a prefix to e-TeX’s commands. For example,
ε-TeX’s
(define-deprecated-package texlive-generic-etexcmds texlive-etexcmds)
+(define-public texlive-etextools
+ (package
+ (name "texlive-etextools")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/etextools/"
+ "source/latex/etextools/"
+ "tex/latex/etextools/")
+ (base32
+ "0bfcc8g8q5v1nyqmrg8n17hv4k8yvhsplansvriccpmvyx0w9y9d")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-etex
+ texlive-etoolbox
+ texlive-letltxmacro))
+ (home-page "https://ctan.org/pkg/etextools")
+ (synopsis "e-TeX tools for LaTeX users and package writers")
+ (description
+ "The package provides many (purely expandable) tools for LaTeX: extensive
+list management; purely expandable loops; conversion; addition/deletion;
+expansion and group control; tests on tokens, characters and control
+sequences; tests on strings; purely expandable macros with options or
+modifiers; some purely expandable numerics.")
+ (license license:lppl)))
+
(define-public texlive-gettitlestring
(let ((template (simple-texlive-package
"texlive-gettitlestring"
- 158/416: gnu: texlive-pgfgantt: Refresh package definition., (continued)
- 158/416: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/05/28
- 161/416: gnu: Add texlive-kantlipsum., guix-commits, 2023/05/28
- 165/416: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/05/28
- 162/416: gnu: Add texlive-selinput., guix-commits, 2023/05/28
- 169/416: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/05/28
- 171/416: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/05/28
- 179/416: gnu: Add texlive-incgraph., guix-commits, 2023/05/28
- 181/416: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/05/28
- 177/416: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/05/28
- 190/416: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/05/28
- 184/416: gnu: Add texlive-etextools.,
guix-commits <=
- 191/416: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/05/28
- 198/416: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/05/28
- 213/416: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/05/28
- 212/416: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/05/28
- 218/416: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/05/28
- 224/416: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/28
- 253/416: gnu: texlive-acronym: Refresh package definition., guix-commits, 2023/05/28
- 241/416: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/05/28
- 254/416: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/05/28
- 239/416: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/05/28