me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-lshort-chinese.

* gnu/packages/tex.scm (texlive-lshort-chinese): New variable.
Nicolas Goaziou 2023-08-15 19:54:04 +02:00
parent a2de3faa36
commit 0dd6048310
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -7324,6 +7324,25 @@ Proof, and Logic} by Dave Barker-Plummer, Jon Barwise, and John Etchemendy.")
Bulgarian translation of the @emph{Short Introduction to LaTeX2e}.")
(license license:public-domain)))
(define-public texlive-lshort-chinese
(package
(name "texlive-lshort-chinese")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/lshort-chinese/")
(base32
"0455mdpcv3yg4m5vrbdp47j7mcwi43mvsy2p9clp7794agaf2ir6")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lshort-zh-cn")
(synopsis "Introduction to LaTeX, in Chinese")
(description
"This package provides a Chinese edition of the @emph{(Not so) short
introduction to LaTeX2e}, with additional information of typesetting Chinese
language.")
(license license:fdl1.3+)))
(define-public texlive-lshort-czech
(package
(name "texlive-lshort-czech")