mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-luatexja.
* gnu/packages/tex.scm (texlive-luatexja): New variable.
This commit is contained in:
parent
ed601538b7
commit
9dc1c330bd
1 changed files with 21 additions and 0 deletions
|
@ -23998,6 +23998,27 @@ (define-public texlive-luatex85
|
|||
"The package provides emulation of pdfTeX primitives for LuaTeX v0.85+.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-luatexja
|
||||
(package
|
||||
(name "texlive-luatexja")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/luatex/luatexja/"
|
||||
"source/luatex/luatexja/"
|
||||
"tex/luatex/luatexja/")
|
||||
(base32
|
||||
"1j4dvzxgjyx5aa7akg5wg2w694vds6ra70zk9crrlm83aryqkda7")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs (list texlive-luatexbase))
|
||||
(home-page "https://ctan.org/pkg/luatexja")
|
||||
(synopsis "Typeset Japanese with Lua(La)TeX")
|
||||
(description
|
||||
"The package offers support for typesetting Japanese documents with LuaTeX.
|
||||
Either of the Plain and LaTeX2e formats may be used with the package.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public texlive-luahbtex
|
||||
(package
|
||||
(name "texlive-luahbtex")
|
||||
|
|
Loading…
Reference in a new issue