summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-15 19:54:04 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-16 11:22:53 +0200
commit0dd604831080fa14ed8b7113300a4379f14ea367 (patch)
treef05f3ab9ed501bc6bdb6bcb58c978e8691ffc10a
parenta2de3faa369a26bf593e6ad8240a97d48b2843df (diff)
gnu: Add texlive-lshort-chinese.
* gnu/packages/tex.scm (texlive-lshort-chinese): New variable.
-rw-r--r--gnu/packages/tex.scm19
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f1e069a1b9..4d3de68de0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")