[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/14: gnu: Add texlive-generic-xstring.
From: |
guix-commits |
Subject: |
07/14: gnu: Add texlive-generic-xstring. |
Date: |
Sun, 2 Oct 2022 18:11:33 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit b479089fdc64271c40f83084970d92bb64280edc
Author: Wiktor Żelazny <wzelazny@vurv.cz>
AuthorDate: Thu Sep 22 16:59:10 2022 +0200
gnu: Add texlive-generic-xstring.
* gnu/packages/tex.scm (texlive-generic-xstring): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e5e7921ad7..1266d46861 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11877,6 +11877,27 @@ syllable. The package itself does not support UTF-8
input in ordinary
(PDF)LaTeX; some UTF-8 support is offered by package @code{soulutf8}.")
(license license:lppl))))
+(define-public texlive-generic-xstring
+ (let ((template (simple-texlive-package
+ "texlive-generic-xstring"
+ (list "/doc/generic/xstring/"
+ "/tex/generic/xstring/")
+ (base32
+ "1azpq855kq1l4686bjp8haxim5c8wycz1b6lcg5q7x8kb4g9sppn")
+ #:trivial? #t)))
+ (package
+ (inherit template)
+ (home-page "http://www.ctan.org/pkg/xstring")
+ (synopsis "String manipulation for (La)TeX")
+ (description
+ "@code{xstring} package provides macros for manipulating strings --
+testing a string's contents, extracting substrings, substitution of substrings
+and providing numbers such as string length, position of, or number of
+recurrences of, a substring. The package works equally in Plain TeX and LaTeX
+(though e-TeX is always required). The strings to be processed may contain
+(expandable) macros.")
+ (license license:lppl1.3c))))
+
(define-public texlive-latex-totcount
(package
(inherit (simple-texlive-package
- branch master updated (bb3b810167 -> 582b1f626f), guix-commits, 2022/10/02
- 01/14: transformations: Switch to SRFI-71., guix-commits, 2022/10/02
- 03/14: read-print: Fix indentation rule for 'match-lambda*'., guix-commits, 2022/10/02
- 04/14: gnu: ffmpeg@4: Build against SDL2 2.0 so 'ffplay' gets built., guix-commits, 2022/10/02
- 05/14: gnu: Add tdlib-1.8.0., guix-commits, 2022/10/02
- 07/14: gnu: Add texlive-generic-xstring.,
guix-commits <=
- 08/14: gnu: python-networkx: Update to 2.8.6., guix-commits, 2022/10/02
- 09/14: gnu: python-aws-sam-translator: Update to 1.51.0., guix-commits, 2022/10/02
- 11/14: gnu: Add python-sarif-om., guix-commits, 2022/10/02
- 13/14: gnu: python-setools: Update to 4.4.0., guix-commits, 2022/10/02
- 14/14: gnu: python-louvain: Fix test., guix-commits, 2022/10/02
- 10/14: gnu: Add python-jschema-to-python., guix-commits, 2022/10/02
- 02/14: doc: Update the URL of ISC DHCP., guix-commits, 2022/10/02
- 06/14: gnu: emacs-telega: Use tdlib-1.8.0, guix-commits, 2022/10/02
- 12/14: gnu: python-cfn-lint: Update to 0.65.0., guix-commits, 2022/10/02