texlive[45434] Master/texmf-dist: luatexko (29sep17)
commits+karl at tug.org
commits+karl at tug.org
Fri Sep 29 22:39:17 CEST 2017
Revision: 45434
http://tug.org/svn/texlive?view=revision&revision=45434
Author: karl
Date: 2017-09-29 22:39:17 +0200 (Fri, 29 Sep 2017)
Log Message:
-----------
luatexko (29sep17)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/luatex/luatexko/ChangeLog
trunk/Master/texmf-dist/doc/luatex/luatexko/README
trunk/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.pdf
trunk/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex
trunk/Master/texmf-dist/tex/luatex/luatexko/luatexko.lua
trunk/Master/texmf-dist/tex/luatex/luatexko/luatexko.sty
Modified: trunk/Master/texmf-dist/doc/luatex/luatexko/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/luatexko/ChangeLog 2017-09-29 20:39:03 UTC (rev 45433)
+++ trunk/Master/texmf-dist/doc/luatex/luatexko/ChangeLog 2017-09-29 20:39:17 UTC (rev 45434)
@@ -1,3 +1,9 @@
+2017-09-29 Dohyun Kim <nomos at ktug org>
+
+ Version 1.18
+
+ * luatexko.sty: zf at enc -> f at encoding
+
2017-05-01 Dohyun Kim <nomos at ktug org>
Version 1.17
Modified: trunk/Master/texmf-dist/doc/luatex/luatexko/README
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/luatexko/README 2017-09-29 20:39:03 UTC (rev 45433)
+++ trunk/Master/texmf-dist/doc/luatex/luatexko/README 2017-09-29 20:39:17 UTC (rev 45434)
@@ -1,4 +1,4 @@
-LuaTeX-ko Package version 1.17 (2017/05/01)
+LuaTeX-ko Package version 1.18 (2017/09/29)
===========================================
This is a Lua(La)TeX macro package that supports typesetting Korean
Modified: trunk/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex 2017-09-29 20:39:03 UTC (rev 45433)
+++ trunk/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex 2017-09-29 20:39:17 UTC (rev 45434)
@@ -62,7 +62,7 @@
\author{Dohyun Kim \normalsize |<nomos at ktug org>| \and
Soojin Nam \normalsize |<jsunam at gmail com>| \and
\normalsize \url{<http://github.com/dohyunkim/luatexko>}}
-\date{Version 1.17\quad 2017/05/01}
+\date{Version 1.18\quad 2017/09/29}
\maketitle
\begin{quote}\small
Modified: trunk/Master/texmf-dist/tex/luatex/luatexko/luatexko.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luatexko/luatexko.lua 2017-09-29 20:39:03 UTC (rev 45433)
+++ trunk/Master/texmf-dist/tex/luatex/luatexko/luatexko.lua 2017-09-29 20:39:17 UTC (rev 45434)
@@ -487,8 +487,7 @@
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 @@
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)
Modified: trunk/Master/texmf-dist/tex/luatex/luatexko/luatexko.sty
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luatexko/luatexko.sty 2017-09-29 20:39:03 UTC (rev 45433)
+++ trunk/Master/texmf-dist/tex/luatex/luatexko/luatexko.sty 2017-09-29 20:39:17 UTC (rev 45434)
@@ -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 at enc\luatexko at math@hangul at family\mddefault\updefault
- \ifcsname\zf at enc/\luatexko at math@hangul at family/\bfdefault/\updefault\endcsname
+ \f at encoding\luatexko at math@hangul at family\mddefault\updefault
+ \ifcsname\f at encoding/\luatexko at math@hangul at family/\bfdefault/\updefault\endcsname
\SetSymbolFont{mathhangul}{bold}%
- \zf at enc\luatexko at math@hangul at family\bfdefault\updefault
+ \f at encoding\luatexko at math@hangul at family\bfdefault\updefault
\fi
\setmathhangulblock{AC00}{D7A3}
}
More information about the tex-live-commits
mailing list