diff options
author | Karl Berry <karl@freefriends.org> | 2015-10-13 21:38:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-10-13 21:38:06 +0000 |
commit | 5fd0db70493841f71649a45806caf5d5d3c59e4e (patch) | |
tree | 65e5b405028ee805fd0a5cd7830e4bce07a169cd /Master/texmf-dist/tex/plain/kotex-plain | |
parent | 391b34c560590a9373f894975a79d205b6599492 (diff) |
kotex-plain (13oct15)
git-svn-id: svn://tug.org/texlive/trunk@38630 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/plain/kotex-plain')
-rw-r--r-- | Master/texmf-dist/tex/plain/kotex-plain/kotexutf-core.tex | 45 |
1 files changed, 19 insertions, 26 deletions
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 |