summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-dotemph.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-dotemph.sty')
-rw-r--r--Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-dotemph.sty14
1 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-dotemph.sty b/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-dotemph.sty
index ad4d1ca9960..e2997e94746 100644
--- a/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-dotemph.sty
+++ b/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-dotemph.sty
@@ -11,6 +11,7 @@
%% version 2006/05/20 or later.
%%
%% xob-dotemph
+%% 2014-04-29
%% 2010-03-18
%% 오전 9:01 2008-10-22
%% xetexko-dotemph의 확장
@@ -22,14 +23,19 @@
%% Kihwang Lee <leekh at ktug.org>
%% 2013.08.26
%%
-%%% from dhucs.sty
-\def\circemph#1{\begingroup\def\dotemphchar{^^^^02da}\dotemph{#1}\endgroup}
+%%
+\protected\def\circemph#1{%
+ \begingroup
+ \def\dotemphchar{^^^^02da}\dotemph{#1}%
+ \endgroup
+}
+
\def\dhucs@useremph#1{\begingroup
\let\dotemphchar\useremphchar
\let\dotemphraise\useremphraisedim
\dotemph{#1}\endgroup}
-\def\useremph{%
+\protected\def\useremph{%
\@ifnextchar[\@user@emph{%
\@ifnextchar*\@orig@useremph\@@user@emph}%
}
@@ -47,5 +53,5 @@
\def\useremphraisedim{6pt}%
\dhucs@useremph{#2}%
}
-
+
\endinput