[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
116/458: gnu: Add texlive-regexpatch.
From: |
guix-commits |
Subject: |
116/458: gnu: Add texlive-regexpatch. |
Date: |
Wed, 14 Jun 2023 05:22:17 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit bab6bdc83e3b6ffaeb64fe9d4c1d7a7f11be072b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 21:11:04 2023 +0200
gnu: Add texlive-regexpatch.
* gnu/packages/tex.scm (texlive-regexpatch): New variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 564392296c..fb89397717 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3849,6 +3849,32 @@ arrows; record information about document class(es)
used; and many more.")
(define-deprecated-package texlive-latex-oberdiek texlive-oberdiek)
+(define-public texlive-regexpatch
+ (package
+ (name "texlive-regexpatch")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/regexpatch/"
+ "source/latex/regexpatch/"
+ "tex/latex/regexpatch/")
+ (base32
+ "1jv8hvkvq0yvc8mh68ybj8fvhf6kcdzwjin1czs45i26s0dpsngj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-l3kernel
+ texlive-l3packages))
+ (home-page "https://ctan.org/pkg/regexpatch")
+ (synopsis "High level patching of commands")
+ (description
+ "The package generalises the macro patching commands provided by
+P. Lehmann's @code{etoolbox}. The difference between this package and its
+sibling @code{xpatch} is that this package sports a very powerful
+@code{\\regexpatchcmd} based on the @code{l3regex} module of the LaTeX3
+experimental packages.")
+ (license license:lppl1.3c)))
+
(define-public texlive-rerunfilecheck
(let ((template (simple-texlive-package
"texlive-rerunfilecheck"
- 121/458: gnu: texlive-fonts-iwona -> texlive-iwona., (continued)
- 121/458: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/06/14
- 124/458: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/06/14
- 129/458: gnu: Add texlive-gincltex., guix-commits, 2023/06/14
- 138/458: gnu: Add texlive-modes., guix-commits, 2023/06/14
- 144/458: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/06/14
- 83/458: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/14
- 97/458: gnu: Add texlive-hyperxmp., guix-commits, 2023/06/14
- 102/458: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/14
- 105/458: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/06/14
- 112/458: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/06/14
- 116/458: gnu: Add texlive-regexpatch.,
guix-commits <=
- 122/458: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/14
- 126/458: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/06/14
- 132/458: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/06/14
- 158/458: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/06/14
- 163/458: gnu: Add texlive-ntheorem., guix-commits, 2023/06/14
- 166/458: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/06/14
- 175/458: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/14
- 183/458: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/06/14
- 202/458: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/06/14
- 211/458: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/06/14