gnu: Add texlive-asymptote-faq-zh-cn.
* gnu/packages/tex.scm (texlive-asymptote-faq-zh-cn): New variable.
parent
21f9d1a072
commit
d1f6709a27
|
@ -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")
|
||||
|
|
Reference in New Issue