guix-commits
[Top][All Lists]
Advanced

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

04/31: gnu: Add texlive-asymptote-by-example-zh-cn.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index dbedf2092a..a0c3b1681e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2392,6 +2392,23 @@ package.")
 converted between Plain TeX and LaTeX by a simple editing action.")
     (license license:lppl1.3+)))
 
+(define-public texlive-asymptote-by-example-zh-cn
+  (package
+    (name "texlive-asymptote-by-example-zh-cn")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/support/asymptote-by-example-zh-cn/")
+             (base32
+              "0854pbh3rm21rzzbhai7xijzw26qawffj4wd3mrwbva1406106ff")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/asymptote-by-example-zh-cn";)
+    (synopsis "Asymptote by example")
+    (description "This is an Asymptote tutorial written in Simplified
+Chinese.")
+    (license license:gpl3+)))
+
 (define-public texlive-auto-pst-pdf
   (package
     (name "texlive-auto-pst-pdf")



reply via email to

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