[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
116/418: gnu: Add texlive-regexpatch.
From: |
guix-commits |
Subject: |
116/418: gnu: Add texlive-regexpatch. |
Date: |
Mon, 29 May 2023 17:39:00 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b73aae649cdc3223c8cd5ac7c71b5310d5a7898c
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 1ecca29002..2d059cbe6e 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"
- 244/418: gnu: texlive-fancyhdr: Refresh package definition., (continued)
- 244/418: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/05/29
- 247/418: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/05/29
- 264/418: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/05/29
- 271/418: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/05/29
- 265/418: gnu: texlive-kvsetkeys: Refresh package definition., guix-commits, 2023/05/29
- 47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/29
- 77/418: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/29
- 97/418: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/29
- 109/418: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/05/29
- 115/418: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/29
- 116/418: gnu: Add texlive-regexpatch.,
guix-commits <=
- 130/418: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/29
- 138/418: gnu: Add texlive-modes., guix-commits, 2023/05/29
- 133/418: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/29
- 157/418: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/29
- 161/418: gnu: Add texlive-kantlipsum., guix-commits, 2023/05/29
- 170/418: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/05/29
- 186/418: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/05/29
- 184/418: gnu: Add texlive-etextools., guix-commits, 2023/05/29
- 189/418: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/05/29
- 191/418: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/05/29