gnu: Add texlive-catcodes.

* gnu/packages/tex.scm (texlive-catcodes): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-20 10:44:42 +02:00
parent da14c67d79
commit 32ab7ef34a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1365,6 +1365,34 @@ (define-public texlive-c-pascal
in Python, C and Pascal. Program source files may also be input.")
(license license:public-domain)))
(define-public texlive-catcodes
(package
(name "texlive-catcodes")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/catcodes/"
"source/generic/catcodes/"
"tex/generic/catcodes/")
(base32
"0di6rd5c0viiwvc6ncwndah38q318l3s1pf47ddmzjdq6rys9s33")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/catcodes")
(synopsis "Generic handling of TeX category codes")
(description
"The bundle deals with category code switching; the packages of the
bundle should work with any TeX format (with the support of the
@code{plainpkg} package). The bundle provides:
@itemize
@item @file{stacklet.sty}, which supports stacks that control the use of
different catcodes;
@item @file{actcodes.sty}, which deals with active characters;
@item @file{catchdq.sty}, which provides a simple quotation character control
mechanism.
@end itemize")
(license license:lppl1.3+)))
(define-public texlive-dosepsbin
(package
(name "texlive-dosepsbin")