summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/kotex-oblivoir
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/kotex-oblivoir')
-rw-r--r--Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-font.sty6
-rw-r--r--Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir.cls2
2 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-font.sty b/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-font.sty
index 95172457541..d045d0efc2b 100644
--- a/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-font.sty
+++ b/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-font.sty
@@ -15,7 +15,7 @@
%% oblivoir hangul/hanja font setting.
%% part of oblivoir
%%
-\ProvidesPackage{xob-font}[2021/03/03 v0.9 select hangul/hanja fonts for oblivoir]
+\ProvidesPackage{xob-font}[2021/03/15 v0.9.1 select hangul/hanja fonts for oblivoir]
%%% obsolete options: retain \if@.. conditions for backward compatibility
\newif\if@nowin\@nowinfalse
@@ -44,6 +44,7 @@
\relax
\RequirePackage{xparse}
+\RequirePackage{etoolbox}
\@ifclassloaded{oblivoir}{}{%
\RequirePackage{fontspec}
\RequirePackage{kotex}
@@ -663,6 +664,9 @@
% \setkomonofont(UnTaza.ttf)
%\fi
+%%% \setmainhangulfont
+\pretocmd{\setmainhangulfont}{\bool_set_true:N \opt_mainfontdeclared_bool}{}{}
+
\AddToHook{env/document/before}{%
\bool_if:NF \opt_mainfontdeclared_bool
{
diff --git a/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir.cls b/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir.cls
index e6d1d7c1109..8fcdd0652cd 100644
--- a/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir.cls
+++ b/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir.cls
@@ -10,7 +10,7 @@
%% and version 1.3c or later is part of all distributions of LaTeX
%% version 2006/05/20 or later.
%%
-\ProvidesClass{oblivoir}[2021/03/03 v3.0]
+\ProvidesClass{oblivoir}[2021/03/15 v3.0.1]
\RequirePackage{xkeyval}
\RequirePackage{xparse}