Show page source of FrontPage(en) #114534

Language: en | [http://osdn.net/projects/luatex-ja/wiki/FrontPage ja] | [http://osdn.net/projects/luatex-ja/wiki/FrontPage%28zh%29 zh]

= !LuaTeX-ja wiki =

!LuaTeX-ja is a macro package to typeset Japanese texts using [http://www.luatex.org/ Lua(La)TeX].
A goal of this project is to provide an equal or superior typesetting system to [http://ascii.asciimw.jp/pb/ptex/ ASCII pTeX], which is a traditional standard Japanese TeX engine.

== Download ==

At this moment, there is no stable version.
You can download the latest versions from the [https://osdn.net/projects/luatex-ja/scm/git/luatexja/ Git repository].

!LuaTeX-ja is also available from the following archive and distributions:
 * [http://www.ctan.org/tex-archive/macros/luatex/generic/luatexja CTAN]
 * [http://miktex.org/packages/luatexja MiKTeX]
 * [http://www.tug.org/svn/texlive/trunk/Master/texmf-dist/tex/luatex/luatexja/ TeX Live]
 * [http://w32tex.org/index-ja.html W32TeX] (luatexja.tar.xz)

Recent version of !LuaTeX-ja requires the followings:
 * !LuaTeX beta-1.0.0 or later
 * [https://github.com/lualatex/luaotfload luaotfload] package
 * luatexbase package
 * etoolbox, everysel packages
 * ltxcmds, pdftexcmds, filehook, atbegshi packages
The development is done in latest TeX Live (TeX Live 2019).

Also, three CMap files UniJIS2004-UTF32-{H,V} and Adobe-Japan1-UCS2 must be found by Kpathsea.
You can check this by {{{kpsewhich}}} command:
{{{
$ kpsewhich -format=cmap  UniJIS2004-UTF32-H
/opt/texlive/2019/texmf-dist/fonts/cmap/adobemapping/Adobe-Japan1-7/CMap/UniJIS2004-UTF32-H
$ kpsewhich -format=cmap  Adobe-Japan1-UCS2
/opt/texlive/2019/texmf-dist/fonts/cmap/adobemapping/mapping-resources-pdf/pdf2unicode/Adobe-Japan1-UCS2
}}}


== Documentation and talks ==

See [Documentation] page.

== Support ==

''From LuaTeX-ja 20190926.0, Unicode block "General Punctuation" (U+2000--U+206F) are divided into character classes 4 and 9. Hence, if your old document contains a line''
{{{
\ltjsetparameter{jacharrange={-3,...}}
}}}
''this should be changed to''
{{{
\ltjsetparameter{jacharrange={-3,-9,...}}
}}}

If you have questions or recognize bugs/have feature requests,
we would like you to create a thread in the forum or a ticket
in the way which !OSDN.net supplies:
 * [https://osdn.net/projects/luatex-ja/forums/25558/ Open Forums]
 * [https://osdn.net/projects/luatex-ja/ticket/ Ticket List] (Bug Tracking/Feature Requests)