guix-commits
[Top][All Lists]
Advanced

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

05/31: gnu: Add texlive-asymptote-faq-zh-cn.


From: guix-commits
Subject: 05/31: gnu: Add texlive-asymptote-faq-zh-cn.
Date: Wed, 16 Aug 2023 05:25:29 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d1f6709a2722eb6f8a3441eb982e828054b7ddef
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 19:46:26 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a0c3b1681e..22dcbb5d42 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2409,6 +2409,22 @@ converted between Plain TeX and LaTeX by a simple 
editing action.")
 Chinese.")
     (license license:gpl3+)))
 
+(define-public texlive-asymptote-faq-zh-cn
+  (package
+    (name "texlive-asymptote-faq-zh-cn")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/support/asymptote-faq-zh-cn/")
+             (base32
+              "0z09f5as68dz66dlj370xfx593bv50ihxx10zxmm9lk27ymr52hb")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/asymptote-faq-zh-cn";)
+    (synopsis "Asymptote FAQ (Chinese translation)")
+    (description "This is a Chinese translation of the Asymptote FAQ.")
+    (license license:lppl)))
+
 (define-public texlive-auto-pst-pdf
   (package
     (name "texlive-auto-pst-pdf")



reply via email to

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