me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-zhlipsum.

* gnu/packages/tex.scm (texlive-zhlipsum): New variable.
Nicolas Goaziou 2023-08-15 20:15:50 +02:00
parent 29c2f51375
commit d30f5d9258
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -15393,6 +15393,28 @@ and the footnote text. For CJK typesetting, these ratios usually range from
that of the Latin text (usually 1.2 times the font size).") that of the Latin text (usually 1.2 times the font size).")
(license license:lppl1.3c))) (license license:lppl1.3c)))
(define-public texlive-zhlipsum
(package
(name "texlive-zhlipsum")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/zhlipsum/"
"source/latex/zhlipsum/"
"tex/latex/zhlipsum/")
(base32
"1lhc3a8l5sizyw0v1cfsrwwwymmyab1yvx99iqhdh7avrzmi2gda")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-ctex))
(home-page "https://ctan.org/pkg/zhlipsum")
(synopsis "Chinese dummy text")
(description
"This package provides an interface to dummy text in Chinese language,
which will be useful for testing Chinese documents. UTF-8, GBK and Big5
encodings are supported.")
(license license:lppl1.3c)))
(define-public texlive-zztex (define-public texlive-zztex
(package (package
(name "texlive-zztex") (name "texlive-zztex")