summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/memhangul-x.sty11
-rw-r--r--Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xetexko-xobfont.sty5
-rw-r--r--Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-dotemph.sty14
3 files changed, 18 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/memhangul-x.sty b/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/memhangul-x.sty
index b9b928acb2e..3b54c614f22 100644
--- a/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/memhangul-x.sty
+++ b/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/memhangul-x.sty
@@ -14,8 +14,8 @@
%% part of oblivoir v2
%%
\NeedsTeXFormat{LaTeX2e}
-\def\filedate{2013/10/22}
-\def\fileversion{11.7.16}
+\def\filedate{2014/04/29}
+\def\fileversion{11.7.17}
\ProvidesPackage{memhangul-x}[\filedate Hangul Typography for (x)oblivoir]
\typeout{Hangul Typography for (x)oblivoir}
@@ -114,8 +114,10 @@
\ifluatex
\RequirePackage{luatexko}
\RequirePackage{luatexko-xobfont}
+ \RequirePackage{xob-dotemph}
\else\ifxetex
\RequirePackage{xetexko-var}
+ \RequirePackage{xob-dotemph}
\else
\ifKOTEXCJK
\RequirePackage{cjkutf8-ko}
@@ -124,10 +126,6 @@
\fi
\fi\fi
-\ifKOTEXCJK\else
- \RequirePackage{xob-dotemph}
-\fi
-
%% define memh@hu
\newdimen\memh@hu\memh@hu=0.059375em
@@ -339,6 +337,7 @@
\endinput
% CHANGE LOG
+% 2014/04/29 : fix a bug reported by Progress
% 2013/10/22 : introduce memhangul-common.sty
% 2013/10/16 : \kscntformat and [kosection] bug fix.
% 2013/09/27 : \cntrdotss
diff --git a/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xetexko-xobfont.sty b/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xetexko-xobfont.sty
index 2259087ca37..abe3c7e1885 100644
--- a/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xetexko-xobfont.sty
+++ b/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xetexko-xobfont.sty
@@ -13,7 +13,7 @@
%% a variant of xetexko-font.sty
%
\ifdefined\ProvidesPackage
- \ProvidesPackage{xetexko-xobfont}[2009/10/29 v0.76 Korean font definition in conjunction with xetexko-space, a variant]
+ \ProvidesPackage{xetexko-xobfont}[2014/05/12 v0.77 Korean font definition in conjunction with xetexko-space, a variant]
\fi
\@ifpackageloaded{xetexko-space}{}{%
@@ -95,7 +95,7 @@
%% \ifnum\count255 < "266E
%% \advance\count255 1 \repeat
-\XeTeXcharclass "223C = 1 % ∼
+% \XeTeXcharclass "223C = 1 % ∼
%% 한글폰트 지정하기 :
\@ifpackageloaded{xltxtra}{}{\RequirePackage{xltxtra}}
@@ -1048,6 +1048,7 @@
\endinput
+%%% 2014-05-12 : disable "223C assignment
%%% 2013-09-27 : nounfonts set to default.
%%% 2012-12-31 : [unfonts], [nounfonts]
%%% 오전 1:21 2008-10-13 : xetexko-xobfont 작성
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