summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-10-13 21:38:06 +0000
committerKarl Berry <karl@freefriends.org>2015-10-13 21:38:06 +0000
commit5fd0db70493841f71649a45806caf5d5d3c59e4e (patch)
tree65e5b405028ee805fd0a5cd7830e4bce07a169cd
parent391b34c560590a9373f894975a79d205b6599492 (diff)
kotex-plain (13oct15)
git-svn-id: svn://tug.org/texlive/trunk@38630 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/plain/kotex-plain/ChangeLog6
-rw-r--r--Master/texmf-dist/tex/plain/kotex-plain/kotexutf-core.tex45
2 files changed, 25 insertions, 26 deletions
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 <karnes at ktug org>
+
+ Version 2.1.1a
+
+ * kotexutf-core.sty: simplify default Hangul font specification.
+
2015-10-07 Kangsoo Kim <karnes at ktug org>
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 <nomos at ktug org>
+%% Copyright (C) 2009-2015 Dohyun Kim <nomos at ktug org>
+%% Copyright (C) 2015 Kangsoo Kim <karnes at ktug org>
%%
%% 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