summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/kotex-oblivoir
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-04 00:23:49 +0000
committerKarl Berry <karl@freefriends.org>2017-02-04 00:23:49 +0000
commit8c202a835ea0970d5ba48744eebf991db870994c (patch)
tree568e17e48582f4875213efa04e09f8393ba6c503 /Master/texmf-dist/tex/latex/kotex-oblivoir
parent57d833d68da94cb5a1cc5e675f9e21f1681e59d0 (diff)
kotex-oblivoir (3feb17)
git-svn-id: svn://tug.org/texlive/trunk@43130 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.sty10
1 files changed, 6 insertions, 4 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 fa9bf736cf2..16095498f7b 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
@@ -1,6 +1,7 @@
%% xob-font.sty
%%
%% Copyright (c) 2014 Kangsoo Kim <karnes at ktug org>
+%% Copyright (c) 2017 Kihwang Lee <leekh at ktug org>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
@@ -14,7 +15,7 @@
%% oblivoir hangul/hanja font setting.
%% part of oblivoir
%%
-\ProvidesPackage{xob-font}[2014/06/24 v0.6 select hangul/hanja fonts for oblivoir]
+\ProvidesPackage{xob-font}[2017/02/03 v0.7 select hangul/hanja fonts for oblivoir]
%%% obsolete options: retain \if@.. conditions for backward compatibility
\newif\if@nowin\@nowinfalse
@@ -50,7 +51,7 @@
\ExplSyntaxOn
-\xetex_if_engine:T
+\sys_if_engine_xetex:T
{
\RequirePackage{xetexko-space}
\RequirePackage{xetexko-font}
@@ -153,7 +154,7 @@
}
\setmainhanjafont [ \_font_feature_str, \_additional_feature_str ] { \_regu_font_name }
- \luatex_if_engine:T
+ \sys_if_engine_luatex:T
{
\tl_if_exist:NT \hanjabyhanjafont
{
@@ -343,7 +344,7 @@
}
}
- \luatex_if_engine:T
+ \sys_if_engine_luatex:T
{
\tl_if_exist:NT \hanjabyhanjafont
{
@@ -671,6 +672,7 @@
%%% end of file `xob-font.sty`
%% CHANGES
+%% v0.7 : Use \sys_if_engine_xetex and \sys_if_engine_luatex instead of xetex_if_engine and luatex_if_engine to be compatible with latest l3kernel.
%% v0.6 : HCR auto insert Script=Hangul, HAN disabled
%% v0.5 : [nanum] sets Bold, [nanumx] sets ExtraBold for NanumMyeongjo
%% v0.4 : hangul_bold_exist && hanja_bold_no_exist bug fixed.