From 00869cb298db04b66c5975c0206e9c1d734ea6a5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 7 Oct 2015 22:01:00 +0000 Subject: kotex-plain (7oct15) git-svn-id: svn://tug.org/texlive/trunk@38578 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/plain/kotex-plain/ChangeLog | 8 +++++++- .../tex/plain/kotex-plain/kotexutf-core.tex | 19 +++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) (limited to 'Master') 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 + + Version 2.1.1 + + * kotexutf-core.sty: respond to MikTeX packaging bug omitting hfontspec.default. + 2015-04-19 Dohyun Kim Version 2.1.0 @@ -46,7 +52,7 @@ * kotexplain.tex: do nothing except loading kotexutf.tex -2007-06-26 Dohyum Kim +2007-06-26 Dohyun Kim 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@ -- cgit v1.2.3