[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
94/416: gnu: Add texlive-ctablestack.
From: |
guix-commits |
Subject: |
94/416: gnu: Add texlive-ctablestack. |
Date: |
Sun, 28 May 2023 02:32:19 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 845fcee1ed60bcca5c8e412d4b121158d016d0c5
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
- 64/416: gnu: texlive-latex-anysize -> texlive-anysize., (continued)
- 64/416: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/28
- 68/416: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/05/28
- 63/416: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/05/28
- 78/416: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/05/28
- 75/416: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/28
- 74/416: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/05/28
- 82/416: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/05/28
- 89/416: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/05/28
- 91/416: gnu: texlive-booktabs: Fix build., guix-commits, 2023/05/28
- 101/416: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/05/28
- 94/416: gnu: Add texlive-ctablestack.,
guix-commits <=
- 104/416: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/05/28
- 93/416: gnu: texlive-preprint: Fix build., guix-commits, 2023/05/28
- 100/416: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/05/28
- 123/416: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/05/28
- 86/416: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/05/28
- 110/416: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/05/28
- 85/416: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/05/28
- 122/416: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/28
- 120/416: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/05/28
- 90/416: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/05/28