summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/kotex-oblivoir
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-03-16 22:08:42 +0000
committerKarl Berry <karl@freefriends.org>2021-03-16 22:08:42 +0000
commit0c0493cb601453ba0d79c717ca881aad8e3b1048 (patch)
treebf095e5e9feddd893ef93c9d9e2e47f141a3b43b /Master/texmf-dist/tex/latex/kotex-oblivoir
parent4e1e2b4bcf187a47e22d08ef3ca1cf869ea42cf7 (diff)
kotex-oblivoir (16mar21)
git-svn-id: svn://tug.org/texlive/trunk@58436 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/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}