mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add texlive-latex-notes-zh-cn.
* gnu/packages/tex.scm (texlive-latex-notes-zh-cn): New variable.
This commit is contained in:
parent
8afc055104
commit
a2de3faa36
1 changed files with 20 additions and 0 deletions
|
@ -6963,6 +6963,26 @@ (define-public texlive-lambda
|
||||||
(description "This is LaTeX for Omega and Aleph.")
|
(description "This is LaTeX for Omega and Aleph.")
|
||||||
(license license:lppl1.0+)))
|
(license license:lppl1.0+)))
|
||||||
|
|
||||||
|
(define-public texlive-latex-notes-zh-cn
|
||||||
|
(package
|
||||||
|
(name "texlive-latex-notes-zh-cn")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/generic/latex-notes-zh-cn/")
|
||||||
|
(base32
|
||||||
|
"0w9rmd7b5fnfvix653n9vbnn1k8yxlaaak79ipvm8p53dx75xfxd")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/latex-notes-zh-cn")
|
||||||
|
(synopsis "Chinese Introduction to TeX and LaTeX")
|
||||||
|
(description
|
||||||
|
"The document is an introduction to TeX and LaTeX, in Chinese. It covers
|
||||||
|
basic text typesetting, mathematics, graphics, tables, Chinese language &
|
||||||
|
fonts, and some miscellaneous features (hyperlinks, long documents,
|
||||||
|
bibliographies, indexes and page layout).")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-latex2e-help-texinfo-fr
|
(define-public texlive-latex2e-help-texinfo-fr
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex2e-help-texinfo-fr")
|
(name "texlive-latex2e-help-texinfo-fr")
|
||||||
|
|
Loading…
Reference in a new issue