[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/93: gnu: Add texlive-gtl.
From: |
guix-commits |
Subject: |
36/93: gnu: Add texlive-gtl. |
Date: |
Thu, 20 Jul 2023 05:21:18 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 90faa7d63aca8ad4aa83cbf966b8c38f1e978714
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:52:19 2023 +0200
gnu: Add texlive-gtl.
* gnu/packages/tex.scm (texlive-gtl): 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 0ee7a1c8ce..83b5919e77 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2833,6 +2833,27 @@ those packages provided by @code{miniltx}. The bundle
also contains a file
provides the LaTeX picture mode to Plain TeX users.")
(license license:lppl1.0+)))
+(define-public texlive-gtl
+ (package
+ (name "texlive-gtl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/gtl/" "source/generic/gtl/"
+ "tex/generic/gtl/")
+ (base32
+ "066g0zmndj7dda1by6jsxqccfkglmf2xq2sn0xk5f8x900h2wbbz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gtl")
+ (synopsis "Manipulating generalized token lists")
+ (description
+ "The package provides tools for simple operations on lists of tokens
+which are not necessarily balanced. It is in particular used a lot in the
+@code{unravel} package, to go through tokens one at a time rather than having
+to work with entire braced groups at a time.")
+ (license license:lppl1.3c)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 15/93: gnu: Add texlive-dinat., (continued)
- 15/93: gnu: Add texlive-dinat., guix-commits, 2023/07/20
- 25/93: gnu: Add texlive-fenixpar., guix-commits, 2023/07/20
- 26/93: gnu: Add texlive-figflow., guix-commits, 2023/07/20
- 27/93: gnu: Add texlive-fixpdfmag., guix-commits, 2023/07/20
- 29/93: gnu: Add texlive-fntproof., guix-commits, 2023/07/20
- 30/93: gnu: Add texlive-font-change., guix-commits, 2023/07/20
- 32/93: gnu: Add texlive-getoptk., guix-commits, 2023/07/20
- 39/93: gnu: Add texlive-inputnormalization., guix-commits, 2023/07/20
- 12/93: gnu: Add texlive-compare., guix-commits, 2023/07/20
- 14/93: gnu: Add texlive-cweb-old., guix-commits, 2023/07/20
- 36/93: gnu: Add texlive-gtl.,
guix-commits <=
- 40/93: gnu: Add texlive-insbox., guix-commits, 2023/07/20
- 42/93: gnu: Add texlive-lambda-lists., guix-commits, 2023/07/20
- 45/93: gnu: Add texlive-letterspacing., guix-commits, 2023/07/20
- 48/93: gnu: Add texlive-midnight., guix-commits, 2023/07/20
- 57/93: gnu: Add texlive-pdf-trans., guix-commits, 2023/07/20
- 66/93: gnu: Add texlive-pwebmac., guix-commits, 2023/07/20
- 34/93: gnu: Add texlive-gobble., guix-commits, 2023/07/20
- 28/93: gnu: Add texlive-fltpoint., guix-commits, 2023/07/20
- 35/93: gnu: Add texlive-graphics-pln., guix-commits, 2023/07/20
- 41/93: gnu: Add texlive-js-misc., guix-commits, 2023/07/20