[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
94/458: gnu: Add texlive-ctablestack.
From: |
guix-commits |
Subject: |
94/458: gnu: Add texlive-ctablestack. |
Date: |
Wed, 14 Jun 2023 05:22:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0739bf395b2de7ee8fcc03ea058adcf3b1d3c3bd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 11:05:24 2023 +0200
gnu: Add texlive-ctablestack.
* gnu/packages/tex.scm (texlive-ctablestack): 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 cc3069bf62..9fd61fafe1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1321,6 +1321,27 @@ support (for use with a variety of encodings) is
provided.")
;; additional but not legally binding clause.
(license license:lppl1.3c+)))
+(define-public texlive-ctablestack
+ (package
+ (name "texlive-ctablestack")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/luatex/ctablestack/"
+ "source/luatex/ctablestack/"
+ "tex/luatex/ctablestack/")
+ (base32
+ "13l779436aj3hlchwvhkpiikbyfa2j4swzfrwqkjh9l8bc2cwg7n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ctablestack")
+ (synopsis "Catcode table stable support")
+ (description
+ "This package provides a method for defining category code table stacks
+in LuaTeX. It is required by the @code{luatexbase} package which uses
+@code{ctablestack} to provide a back-compatibility form of this concept.")
+ (license license:lppl1.3+)))
+
(define-public texlive-lm
(package
(inherit (simple-texlive-package
- 91/458: gnu: texlive-booktabs: Fix build., (continued)
- 91/458: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/14
- 95/458: gnu: Add texlive-luatexbase., guix-commits, 2023/06/14
- 72/458: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/06/14
- 76/458: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/06/14
- 81/458: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/14
- 86/458: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/14
- 92/458: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/14
- 125/458: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/06/14
- 127/458: gnu: Add texlive-newverbs., guix-commits, 2023/06/14
- 128/458: gnu: Add texlive-svn-prov., guix-commits, 2023/06/14
- 94/458: gnu: Add texlive-ctablestack.,
guix-commits <=
- 96/458: gnu: Add texlive-luacode., guix-commits, 2023/06/14
- 98/458: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/06/14
- 100/458: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/06/14
- 109/458: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/14
- 111/458: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/14
- 114/458: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/06/14
- 123/458: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/06/14
- 141/458: gnu: Add texlive-xetexconfig., guix-commits, 2023/06/14
- 62/458: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/06/14
- 63/458: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/06/14