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.sty51
1 files changed, 51 insertions, 0 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
new file mode 100644
index 00000000000..ad4d1ca9960
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-dotemph.sty
@@ -0,0 +1,51 @@
+%% xob-dotemph.sty
+%%
+%% Copyright (c) 2007-2013 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
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2006/05/20 or later.
+%%
+%% xob-dotemph
+%% 2010-03-18
+%% 오전 9:01 2008-10-22
+%% xetexko-dotemph의 확장
+%% dhucs/hangul compatible (\dotemph, \circemph, \useremph)
+%% ----------
+%% \useremph is different from xetexko's \useremph ***
+%%
+%% Updated for xetexko v2.1
+%% Kihwang Lee <leekh at ktug.org>
+%% 2013.08.26
+%%
+%%% from dhucs.sty
+\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{%
+ \@ifnextchar[\@user@emph{%
+ \@ifnextchar*\@orig@useremph\@@user@emph}%
+}
+
+\def\@orig@useremph*#1{\dhucs@useremph{#1}}
+
+\def\@user@emph[#1]#2#3{%
+ \def\useremphchar{#2}%
+ \def\useremphraisedim{#1}%
+ \dhucs@useremph{#3}%
+}
+
+\def\@@user@emph#1#2{%
+ \def\useremphchar{#1}%
+ \def\useremphraisedim{6pt}%
+ \dhucs@useremph{#2}%
+}
+
+\endinput