summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/kotex-oblivoir
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-03-16 22:15:42 +0000
committerKarl Berry <karl@freefriends.org>2021-03-16 22:15:42 +0000
commit8e4226d4701266f1fc4c642479164fd728d2167b (patch)
tree98761d4f7db60d84f3949ddaf31fb5666c0925f7 /Master/texmf-dist/tex/latex/kotex-oblivoir
parent951149025408352fec22bba1788da7dfac53245b (diff)
kotex-oblivoir (16mar21) (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2020.0@58451 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}