me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pxcjkcat.

* gnu/packages/tex.scm (texlive-pxcjkcat): New variable.
Nicolas Goaziou 2023-08-16 13:01:39 +02:00
parent 46d3c6123f
commit 402e57ec5b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -15136,6 +15136,26 @@ font. This package also supports setup for the fonts used in the
@code{japanese-otf} package.")
(license license:expat)))
(define-public texlive-pxcjkcat
(package
(name "texlive-pxcjkcat")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pxcjkcat/" "tex/latex/pxcjkcat/")
(base32
"10lbwry55rdldfhj2v893rpp1jdzv00vxhg4hf4gsgsmv1nnp25f")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pxcjkcat")
(synopsis "LaTeX interface for the CJK category codes of upTeX")
(description
"The package provides management of the CJK category code table of the
upTeX extended TeX engine. Package options are available for tailored use in
the cases of documents that are principally written in Japanese, or
principally written in English or other Western languages.")
(license license:expat)))
(define-public texlive-pwebmac
(package
(name "texlive-pwebmac")