mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add texlive-chinese-jfm.
* gnu/packages/tex.scm (texlive-chinese-jfm): New variable.
This commit is contained in:
parent
2f0023b2c0
commit
a0d0dbc56b
1 changed files with 21 additions and 0 deletions
|
@ -8403,6 +8403,27 @@ (define-public texlive-chickenize
|
|||
says) could be useful in a normal LuaTeX document.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-chinese-jfm
|
||||
(package
|
||||
(name "texlive-chinese-jfm")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/luatex/chinese-jfm/"
|
||||
"tex/luatex/chinese-jfm/")
|
||||
(base32
|
||||
"0ixlwivijp6vvzn2j3drr13hk0ylslcd9ws8df24abda93wjm35r")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/chinese-jfm")
|
||||
(synopsis "Luatexja-jfm files for Chinese typesetting")
|
||||
(description
|
||||
"ChineseJFM is a series of @code{luatexja-jfm} files for better Chinese
|
||||
typesetting, providing @code{quanjiao}, @code{banjiao}, and @code{kaiming}
|
||||
three styles and other fancy features. It can be used for both horizontal and
|
||||
vertical writing mode in Simplified/Traditional Chinese or Japanese fonts.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-cmap
|
||||
(package
|
||||
(name "texlive-cmap")
|
||||
|
|
Loading…
Reference in a new issue