From 8c202a835ea0970d5ba48744eebf991db870994c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 4 Feb 2017 00:23:49 +0000 Subject: kotex-oblivoir (3feb17) git-svn-id: svn://tug.org/texlive/trunk@43130 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/kotex-oblivoir/ChangeLog | 7 +++++++ .../tex/latex/kotex-oblivoir/memhangul-x/xob-font.sty | 10 ++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Master/texmf-dist/doc/latex/kotex-oblivoir/ChangeLog b/Master/texmf-dist/doc/latex/kotex-oblivoir/ChangeLog index 8f7e9d132c9..ab21d7db9d0 100644 --- a/Master/texmf-dist/doc/latex/kotex-oblivoir/ChangeLog +++ b/Master/texmf-dist/doc/latex/kotex-oblivoir/ChangeLog @@ -1,3 +1,10 @@ +2017-02-03 Kihwang Lee + + Version 2.1.8 + + * xob-font.sty: version 0.7 + fix conflicts with the latest l3kernel. + 2015-10-19 Kangsoo Kim Version 2.1.7 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 +%% Copyright (c) 2017 Kihwang Lee %% %% 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. -- cgit v1.2.3