From 5fd0db70493841f71649a45806caf5d5d3c59e4e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 13 Oct 2015 21:38:06 +0000 Subject: kotex-plain (13oct15) git-svn-id: svn://tug.org/texlive/trunk@38630 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/plain/kotex-plain/ChangeLog | 6 +++ .../tex/plain/kotex-plain/kotexutf-core.tex | 45 +++++++++------------- 2 files changed, 25 insertions(+), 26 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/plain/kotex-plain/ChangeLog b/Master/texmf-dist/doc/plain/kotex-plain/ChangeLog index d4615d1ad6b..3fd7a31b879 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-13 Kangsoo Kim + + Version 2.1.1a + + * kotexutf-core.sty: simplify default Hangul font specification. + 2015-10-07 Kangsoo Kim Version 2.1.1 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 0e9948db863..c183291560b 100644 --- a/Master/texmf-dist/tex/plain/kotex-plain/kotexutf-core.tex +++ b/Master/texmf-dist/tex/plain/kotex-plain/kotexutf-core.tex @@ -1,6 +1,7 @@ %% File `kotexutf-core.tex` %% -%% Copyright (C) 2009-2013 Dohyun Kim +%% Copyright (C) 2009-2015 Dohyun Kim +%% Copyright (C) 2015 Kangsoo Kim %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3c @@ -122,32 +123,25 @@ } %% hangul font specific dimens -\def\dhucs@hu{} -\def\dhucs@interhchar{} -\def\dhucs@fullstoplower{} -\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\dhucs@hu{} +%\def\dhucs@interhchar{} +%\def\dhucs@fullstoplower{} +%\def\dhucs@questionlower{} +%\def\dhucs@exclamationlower{} +\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{% +\def\usehangulfontspec#1{% \begingroup \immediate\openin\z@=hfontspec.#1 % \ifeof\z@ @@ -636,6 +630,5 @@ \hbox to\dimen@{\normalfont\bfseries\hss˙\hss}}\fi %\fi } - \endinput -- cgit v1.2.3