diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-29 20:39:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-29 20:39:17 +0000 |
commit | 618b2713fc39068e2c031bb7d4613f7cab641c2c (patch) | |
tree | fcdc87e4620b57fa805e7c433783c036f19b014a /Master/texmf-dist/tex | |
parent | 68787289b7a0fd4331776ca4a50f19eb086e696b (diff) |
luatexko (29sep17)
git-svn-id: svn://tug.org/texlive/trunk@45434 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/luatex/luatexko/luatexko.lua | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/luatex/luatexko/luatexko.sty | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/luatex/luatexko/luatexko.lua b/Master/texmf-dist/tex/luatex/luatexko/luatexko.lua index 2c229cedd13..5a3c0507093 100644 --- a/Master/texmf-dist/tex/luatex/luatexko/luatexko.lua +++ b/Master/texmf-dist/tex/luatex/luatexko/luatexko.lua @@ -487,8 +487,7 @@ local function is_cjk_k (c) or (c >= 0xFE10 and c <= 0xFE1F ) or (c >= 0xFE30 and c <= 0xFE4F ) or (c >= 0xFF00 and c <= 0xFFEF ) - or (c >= 0x20000 and c <= 0x2A6DF) - or (c >= 0x2F800 and c <= 0x2FA1F) + or (c >= 0x20000 and c <= 0x2FA1F) or c == 0x00B0 or c == 0x2015 -- or c == 0x2018 or c == 0x2019 -- or c == 0x201C or c == 0x201D @@ -499,8 +498,7 @@ end local function is_hanja (c) return (c >= 0x3400 and c <= 0x9FFF ) or (c >= 0xF900 and c <= 0xFAFF ) - or (c >= 0x20000 and c <= 0x2A6DF) - or (c >= 0x2F800 and c <= 0x2FA1F) + or (c >= 0x20000 and c <= 0x2FA1F) end local function is_hangul (c) diff --git a/Master/texmf-dist/tex/luatex/luatexko/luatexko.sty b/Master/texmf-dist/tex/luatex/luatexko/luatexko.sty index 0b95e19cd62..cf8134fa239 100644 --- a/Master/texmf-dist/tex/luatex/luatexko/luatexko.sty +++ b/Master/texmf-dist/tex/luatex/luatexko/luatexko.sty @@ -23,7 +23,7 @@ \expandafter\endinput \fi -\ProvidesPackage{luatexko}[2017/02/06 v1.16 Typesetting Korean with LuaLaTeX] +\ProvidesPackage{luatexko}[2017/09/29 v1.18 Typesetting Korean with LuaLaTeX] \ifdefined\adjustspacing\else % luatex < 0.87 \let\adjustspacing\pdfadjustspacing @@ -465,10 +465,10 @@ \fi \endgroup \DeclareSymbolFont{mathhangul}% - \zf@enc\luatexko@math@hangul@family\mddefault\updefault - \ifcsname\zf@enc/\luatexko@math@hangul@family/\bfdefault/\updefault\endcsname + \f@encoding\luatexko@math@hangul@family\mddefault\updefault + \ifcsname\f@encoding/\luatexko@math@hangul@family/\bfdefault/\updefault\endcsname \SetSymbolFont{mathhangul}{bold}% - \zf@enc\luatexko@math@hangul@family\bfdefault\updefault + \f@encoding\luatexko@math@hangul@family\bfdefault\updefault \fi \setmathhangulblock{AC00}{D7A3} } |