From 0dd604831080fa14ed8b7113300a4379f14ea367 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 15 Aug 2023 19:54:04 +0200 Subject: gnu: Add texlive-lshort-chinese. * gnu/packages/tex.scm (texlive-lshort-chinese): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 @@ (define-public texlive-lshort-bulgarian 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") -- cgit v1.2.3