LuaTeX-ko Package version 1.24 (2019/04/06) =========================================== This is a Lua(La)TeX macro package that supports typesetting Korean documents including Old Hangul texts. As LuaTeX has opened up access to almost all the hidden routines of TeX engine, users can obtain more beautiful outcome using this package rather than other Hangul macros operating on other engines. LuaTeX version 0.95+ and luaotfload package version 2.7+ are required for this package to run. This package also requires both cjk-ko and xetexko packages for its full functionality. License ------- This package is licensed under [LPPL](http://latex-project.org/lppl/) (LaTeX Project Public License) version 1.3c or later. See each file for details. Author ------ Dohyun Kim Soojin Nam Please report any errors or suggestions to or leave messages in the issue tracker at: Files ----- TeXinputs luatexko.sty -> tex/luatex/luatexko/ luatexko-core.sty -> tex/luatex/luatexko/ luatexko.lua -> tex/luatex/luatexko/ luatexko-normalize.lua -> tex/luatex/luatexko/ luatexko-uhc2utf8.lua -> tex/luatex/luatexko/ Documents luatexko-doc.pdf -> doc/luatex/luatexko/ luatexko-doc.tex -> doc/luatex/luatexko/ README (this file) -> doc/luatex/luatexko/ ChangeLog -> doc/luatex/luatexko/ Loading ------- For a LaTeX user, declaring \usepackage{luatexko} or \usepackage{kotex} is sufficient to load the package, which will load fontspec as well. Notice that kotex.sty is a file provided by cjk-ko package. Under plain TeX: \input luatexko.sty Package Options --------------- [hangul] Load Hangul captions. Besides, this option adjusts interword and interline spacing. Declares \hangulpunctuations=1 as well. [hanja] Load Hanja captions. Also apply other settings as [hangul] option does. [nofontspec] Prevents loading of fontspec package. Entire document will be typeset with Type1 fonts. Hangul Font Commands -------------------- \setmainhangulfont \setsanshangulfont \setmonohangulfont Equivalent to \setmainfont et. al. of fontspec package. These fonts are used when the font loaded by \setmainfont et. al. does not have Hangul glyphs. \setmainhanjafont \setsanshanjafont \setmonohanjafont These fonts are used when the font loaded by \setmainfont or \setmainhangulfont et. al. does not have Hanja glyphs. \setmainfallbackfont \setsansfallbackfont \setmonofallbackfont These fonts are used when the font loaded by \setmainfont, \setmainhangulfont, or \setmainhanjafont et. al. does not have Hanja glyphs. In like manner, these commands are available as well: \hangulfontspec \newhangulfontfamily \addhangulfontfeature \hanjafontspec \newhanjafontfamily \addhanjafontfeature \fallbackfontspec \newfallbackfontfamily \addfallbackfontfeature If any of these CJK fonts are not specified, Nanum Type1 fonts from nanumtype1 package will be used for typesetting CJK characters. Hangul Font Options ------------------- [InterHangul=] Set spacing between Hangul characters. [InterLatinCJK=] Set spacing between CJK and Latin characters. [CharRaise=] Raise CJK characters by . Other User Commands ------------------- \luatexuhcinputencoding= When is 1 or greater, UHC (aka. Windows CP949) input encoding is allowed. 0 restores UTF-8, the default input encoding. \hangulpunctuations= When is 1 or greater, latin punctuations will be typeset with hangul fonts. \dotemph{...} Emphasise Hangul or Hanja by putting dot above. \ruby{}{} Typeset ruby annotations. \uline{...} \sout{...} \uuline{...} \xout{...} \uwave{...} \dashuline{...} \dotuline{...} Same functionality as those ulem package provides. *END of README*