aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r--gnu/packages/tex.scm16
1 files changed, 16 insertions, 0 deletions
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")