me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-install-latex-guide-zh-cn.

* gnu/packages/tex.scm (texlive-install-latex-guide-zh-cn): New variable.
Nicolas Goaziou 2023-08-15 19:53:08 +02:00
parent a26fb20d74
commit 8afc055104
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -6444,6 +6444,24 @@ conference proceedings. The class uses the XePersian package.")
installed.")
(license license:lppl1.3c)))
(define-public texlive-install-latex-guide-zh-cn
(package
(name "texlive-install-latex-guide-zh-cn")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/install-latex-guide-zh-cn/")
(base32
"1mb6d92c7llz5cpkir4d1wf0l2yvmskl0kxgch9r5zjmb67qflin")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/install-latex-guide-zh-cn")
(synopsis "Short introduction to LaTeX installation written in Chinese")
(description
"This package will introduce the operations related to installing TeX
Live and mainly introducing command line operations, in Chinese.")
(license license:lppl1.3c)))
(define-public texlive-interval
(package
(name "texlive-interval")