[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
94/418: gnu: Add texlive-ctablestack.
From: |
guix-commits |
Subject: |
94/418: gnu: Add texlive-ctablestack. |
Date: |
Fri, 2 Jun 2023 17:24:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8be94c735232a509d62e871b0936065f3e81c24d
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 40ec5055a5..34616a7a3d 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
- 70/418: gnu: texlive-latex-xkeyval -> texlive-xkeyval., (continued)
- 70/418: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/06/02
- 73/418: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/06/02
- 77/418: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/06/02
- 85/418: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/06/02
- 88/418: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/02
- 92/418: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/02
- 93/418: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/02
- 108/418: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/02
- 118/418: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/02
- 119/418: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/06/02
- 94/418: gnu: Add texlive-ctablestack.,
guix-commits <=
- 99/418: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/06/02
- 97/418: gnu: Add texlive-hyperxmp., guix-commits, 2023/06/02
- 100/418: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/06/02
- 102/418: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/02
- 105/418: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/06/02
- 140/418: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/06/02
- 148/418: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/02
- 116/418: gnu: Add texlive-regexpatch., guix-commits, 2023/06/02
- 117/418: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/06/02
- 35/418: gnu: Add texlive-subfig., guix-commits, 2023/06/02