texlive[63005] Master/texmf-dist: kotex-oblivoir (11apr22)
commits+karl at tug.org
commits+karl at tug.org
Mon Apr 11 22:11:18 CEST 2022
Revision: 63005
http://tug.org/svn/texlive?view=revision&revision=63005
Author: karl
Date: 2022-04-11 22:11:17 +0200 (Mon, 11 Apr 2022)
Log Message:
-----------
kotex-oblivoir (11apr22)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/kotex-oblivoir/README
trunk/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-font.sty
trunk/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir.cls
Modified: trunk/Master/texmf-dist/doc/latex/kotex-oblivoir/README
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-font.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-font.sty 2022-04-11 20:10:55 UTC (rev 63004)
+++ trunk/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-font.sty 2022-04-11 20:11:17 UTC (rev 63005)
@@ -1,6 +1,6 @@
%% xob-font.sty
%%
-%% Copyright (c) 2014-2021 Kangsoo Kim <karnes at ktug org>
+%% Copyright (c) 2014-2022 Kangsoo Kim <karnes at ktug org>
%% Copyright (c) 2017-2020 Kihwang Lee <leekh at ktug org>
%%
%% This work may be distributed and/or modified under the
@@ -15,7 +15,7 @@
%% oblivoir hangul/hanja font setting.
%% part of oblivoir
%%
-\ProvidesPackage{xob-font}[2022/04/07 v0.9.5 select hangul/hanja fonts for oblivoir]
+\ProvidesPackage{xob-font}[2022/04/11 v0.9.6 select hangul/hanja fonts for oblivoir]
%%% obsolete options: retain \if at .. conditions for backward compatibility
\newif\if at nowin\@nowinfalse
@@ -697,7 +697,9 @@
}
\bool_if:NF \opt_mathfontdeclared_bool
{
- \setmathhangulfont{\ko_regu_font_name}
+ \tl_if_exist:NT \ko_regu_font_name {
+ \setmathhangulfont{\ko_regu_font_name}
+ }
}
}
%\setkomainfont(UnBatang.ttf)(UnBatangBold.ttf)(UnGraphic.ttf)
@@ -709,6 +711,7 @@
%%% end of file `xob-font.sty`
%% CHANGES
+%% v0.9.6 : \setmathhangulfont problem fixed (reported by Progress)
%% v0.9.5 : \setmathhangulfont, default (requested by ischo)
%% v0.9 : unfontsxe introduced
%% v0.8.1 : minor bug fix
Modified: trunk/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir.cls 2022-04-11 20:10:55 UTC (rev 63004)
+++ trunk/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir.cls 2022-04-11 20:11:17 UTC (rev 63005)
@@ -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}[2022/04/07 v3.1.4]
+\ProvidesClass{oblivoir}[2022/04/11 v3.1.5]
\RequirePackage{xkeyval}
\RequirePackage{xparse}
@@ -64,3 +64,7 @@
\fi
\endinput
+
+%%% Recent Changes:
+%%% v3.1.5: 2022-04-11, xob-font \setmainhangulfont problem
+%%%
More information about the tex-live-commits
mailing list.