diff options
author | Karl Berry <karl@freefriends.org> | 2015-10-07 22:01:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-10-07 22:01:00 +0000 |
commit | 00869cb298db04b66c5975c0206e9c1d734ea6a5 (patch) | |
tree | 1360ca398ba24b5262439b6e59fcdeff96626881 | |
parent | fe3f8b9c55ab825497837f98fad165d9ed75560f (diff) |
kotex-plain (7oct15)
git-svn-id: svn://tug.org/texlive/trunk@38578 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/plain/kotex-plain/ChangeLog | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/plain/kotex-plain/kotexutf-core.tex | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/plain/kotex-plain/ChangeLog b/Master/texmf-dist/doc/plain/kotex-plain/ChangeLog index 5d64ae472f3..d4615d1ad6b 100644 --- a/Master/texmf-dist/doc/plain/kotex-plain/ChangeLog +++ b/Master/texmf-dist/doc/plain/kotex-plain/ChangeLog @@ -1,3 +1,9 @@ +2015-10-07 Kangsoo Kim <karnes at ktug org> + + Version 2.1.1 + + * kotexutf-core.sty: respond to MikTeX packaging bug omitting hfontspec.default. + 2015-04-19 Dohyun Kim <nomos at ktug org> Version 2.1.0 @@ -46,7 +52,7 @@ * kotexplain.tex: do nothing except loading kotexutf.tex -2007-06-26 Dohyum Kim <nomos at ktug org> +2007-06-26 Dohyun Kim <nomos at ktug org> Version 1.0.5 diff --git a/Master/texmf-dist/tex/plain/kotex-plain/kotexutf-core.tex b/Master/texmf-dist/tex/plain/kotex-plain/kotexutf-core.tex index aa79d8e1d61..0e9948db863 100644 --- a/Master/texmf-dist/tex/plain/kotex-plain/kotexutf-core.tex +++ b/Master/texmf-dist/tex/plain/kotex-plain/kotexutf-core.tex @@ -128,7 +128,26 @@ \def\dhucs@questionlower{} \def\dhucs@exclamationlower{} +%% changes for avoiding errors on MiKTeX, 2015/10/07, by Karnes. \def\usehangulfontspec#1{% + \IfFileExists{hfontspec.#1}% + {\x@usehangulfontspec{#1}}% + {% + \def\dhucs@hu{\z@} + \def\dhucs@interhchar{\z@} + \def\dhucs@fullstoplower{\z@} + \def\dhucs@exclamationlower{\z@} + \def\dhucs@questionlower{\z@} + \def\dhucs@serifhangulfont{nanummj} + \def\dhucs@sanshangulfont{nanumgt} + \def\dhucs@monohangulfont{nanumgt} + \def\dhucs@serifhanjafont{nanumgt} + \def\dhucs@sanshanjafont{nanumgt} + \def\dhucs@monohanjafont{nanumgt} + }% +} + +\def\x@usehangulfontspec#1{% \begingroup \immediate\openin\z@=hfontspec.#1 % \ifeof\z@ |