summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/kotex-oblivoir
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-10-20 21:19:25 +0000
committerKarl Berry <karl@freefriends.org>2015-10-20 21:19:25 +0000
commitcf6885a752177d109d39e62098ee48cb8745580a (patch)
tree4007c8e83d2b601d61d99af572802feb27cb2af7 /Master/texmf-dist/tex/latex/kotex-oblivoir
parent636fa00b61a9442fe17d46fcd57eb6a9a1b140bf (diff)
kotex-oblivoir (20oct15)
git-svn-id: svn://tug.org/texlive/trunk@38679 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/kotex-oblivoir')
-rw-r--r--Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-base.cls12
-rw-r--r--Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-xlua.cls12
2 files changed, 22 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-base.cls b/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-base.cls
index fd8c3370d25..bff68d1565e 100644
--- a/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-base.cls
+++ b/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-base.cls
@@ -11,7 +11,7 @@
%% version 2006/05/20 or later.
%%
\ProvidesClass{oblivoir-base}
- [2015/08/24 v0.8 article-like class to typeset UTF-8 korean using memoir.]
+ [2015/10/19 v0.8.1 article-like class to typeset UTF-8 korean using memoir.]
%\typeout{oblivoir requires memoir, dhucs, and memhangul. 2008/10/23.}
%%% Acknowledgements:
@@ -135,6 +135,9 @@
% }
%\fi
+%% expl3
+\RequirePackage{xparse,expl3}
+
%%% moreverb : 2008/10/23
\if@moreverb
\RequirePackage{moreverb}
@@ -547,9 +550,16 @@
}
\fi
+%%% to avoid conflicts with etextools
+\ExplSyntaxOn
+\cs_if_exist:NF \globcount
+{ \let\globcount\newcount }
+\ExplSyntaxOff
+
\endinput
%%% ChangeLog:
+%%% 2015/10/19 : fix conflicts with etextools package.
%%% 2015/08/24 : dhuce-enumerate compatibility.
%%% 2015/08/01 : etex.sty dropped
%%% ver0.6 2014/06/12 : introduce new xob-font.sty
diff --git a/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-xlua.cls b/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-xlua.cls
index 48f86918ac2..5afc06b4b9e 100644
--- a/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-xlua.cls
+++ b/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-xlua.cls
@@ -14,7 +14,7 @@
%% depends upon Dohyun Kim's xetexko and the author's memhangul-x.
%%
\ProvidesClass{oblivoir-xlua}
- [2015/07/27 v0.8.2 article-like class to typeset UTF-8 korean using memoir.]
+ [2015/10/19 v0.8.3 article-like class to typeset UTF-8 korean using memoir.]
\typeout{A variant of oblivoir class for Lua- or XeLaTeX.}
\providecommand\@DisabledOption[1]{%
@@ -105,6 +105,9 @@
%
\ProcessOptionsX
+% expl3
+\RequirePackage{expl3,xparse}
+
%%% moreverb
\if@moreverb
\RequirePackage{moreverb}
@@ -455,9 +458,16 @@
}
\fi
+%%% to avoid conflicts with etextools
+\ExplSyntaxOn
+\cs_if_exist:NF \globcount
+{ \let\globcount\newcount }
+\ExplSyntaxOff
+
\endinput
%%% ChangeLog:
+%%% 2015-10-19 : fix conflicts with etextools package.
%%%% 2015-08-01 : drop etex.sty
%%% 2015-07-27 : fix nokorean bug
%%% 2015-07-10 : etex-pkg conflicts fixed.