guix-commits
[Top][All Lists]
Advanced

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

13/31: gnu: Add texlive-latex-notes-zh-cn.


From: guix-commits
Subject: 13/31: gnu: Add texlive-latex-notes-zh-cn.
Date: Wed, 16 Aug 2023 05:25:36 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a2de3faa369a26bf593e6ad8240a97d48b2843df
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 19:53:40 2023 +0200

    gnu: Add texlive-latex-notes-zh-cn.
    
    * gnu/packages/tex.scm (texlive-latex-notes-zh-cn): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 62ebc9d0c2..f1e069a1b9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6963,6 +6963,26 @@ and commands.")
     (description "This is LaTeX for Omega and Aleph.")
     (license license:lppl1.0+)))
 
+(define-public texlive-latex-notes-zh-cn
+  (package
+    (name "texlive-latex-notes-zh-cn")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/latex-notes-zh-cn/")
+             (base32
+              "0w9rmd7b5fnfvix653n9vbnn1k8yxlaaak79ipvm8p53dx75xfxd")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/latex-notes-zh-cn";)
+    (synopsis "Chinese Introduction to TeX and LaTeX")
+    (description
+     "The document is an introduction to TeX and LaTeX, in Chinese.  It covers
+basic text typesetting, mathematics, graphics, tables, Chinese language &
+fonts, and some miscellaneous features (hyperlinks, long documents,
+bibliographies, indexes and page layout).")
+    (license license:lppl1.3+)))
+
 (define-public texlive-latex2e-help-texinfo-fr
   (package
     (name "texlive-latex2e-help-texinfo-fr")



reply via email to

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