gnu: Add texlive-ctex-faq.

* gnu/packages/tex.scm (texlive-ctex-faq): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-15 19:47:30 +02:00
parent 86a47404fb
commit e89b5f6a02
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11810,6 +11810,25 @@ (define-public texlive-ctex
Chinese typesetting.")
(license license:lppl1.3c)))
(define-public texlive-ctex-faq
(package
(name "texlive-ctex-faq")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ctex-faq/")
(base32
"15c0g0x8w7vm3hyn6lk60jf66akyfcq6x8jc2lnbjx8ydwgb26br")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ctex-faq")
(synopsis "LaTeX FAQ by the Chinese TeX Society (ctex.org)")
(description
"This is the LaTeX FAQ by the Chinese TeX Society. Most questions were
collected on the @url{bbs.ctex.org} forum, and were answered in detail by the
author.")
(license license:fdl1.3+)))
(define-public texlive-ctib
(package
(name "texlive-ctib")