[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
94/409: gnu: Add texlive-ctablestack.
From: |
guix-commits |
Subject: |
94/409: gnu: Add texlive-ctablestack. |
Date: |
Sat, 20 May 2023 04:02:29 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a02b592d78efcd9104956d4e168c3b85e8f50f5b
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 376e89525b..c6502f5b3a 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
- 207/409: gnu: texlive-pst-text: Refresh package definition., (continued)
- 207/409: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/05/20
- 210/409: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/05/20
- 213/409: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/05/20
- 214/409: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/05/20
- 217/409: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/05/20
- 255/409: gnu: texlive-ncctools: Refresh package definition., guix-commits, 2023/05/20
- 257/409: gnu: texlive-atbegshi: Refresh package definition., guix-commits, 2023/05/20
- 68/409: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/05/20
- 72/409: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/05/20
- 75/409: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/20
- 94/409: gnu: Add texlive-ctablestack.,
guix-commits <=
- 96/409: gnu: Add texlive-luacode., guix-commits, 2023/05/20
- 99/409: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/05/20
- 113/409: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/20
- 114/409: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/20
- 123/409: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/05/20
- 125/409: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/05/20
- 130/409: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/20
- 134/409: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/05/20
- 139/409: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/05/20
- 151/409: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/20