guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/31: gnu: Add texlive-lshort-chinese.


From: guix-commits
Subject: 14/31: gnu: Add texlive-lshort-chinese.
Date: Wed, 16 Aug 2023 05:25:36 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0dd604831080fa14ed8b7113300a4379f14ea367
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 19:54:04 2023 +0200

    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 @@ 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]