me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-asymptote-faq-zh-cn.

* gnu/packages/tex.scm (texlive-asymptote-faq-zh-cn): New variable.
Nicolas Goaziou 2023-08-15 19:46:26 +02:00
parent 21f9d1a072
commit d1f6709a27
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 16 additions and 0 deletions

View File

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