summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-11 20:11:17 +0000
committerKarl Berry <karl@freefriends.org>2022-04-11 20:11:17 +0000
commit6b937965931b48f4ae99ecbbde5397a72bcd72ae (patch)
treedb2879d0fd596225d523334734eb00305a2229ae /Master
parent0e373deb5cb810b2a8ef415f9b143efb3ecdd8ae (diff)
kotex-oblivoir (11apr22)
git-svn-id: svn://tug.org/texlive/trunk@63005 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/kotex-oblivoir/README1
-rw-r--r--Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/xob-font.sty9
-rw-r--r--Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir.cls6
3 files changed, 12 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/kotex-oblivoir/README b/Master/texmf-dist/doc/latex/kotex-oblivoir/README
index ef72a980166..cf22a74a292 100644
--- a/Master/texmf-dist/doc/latex/kotex-oblivoir/README
+++ b/Master/texmf-dist/doc/latex/kotex-oblivoir/README
@@ -4,6 +4,7 @@ kotex-oblivoir
Current State
-------------
+% 2022/04/11, xob-font bug fixed, reported by Progress, Version 3.1.5
* 2022/04/07, new feature concerning xob-font, requested by ischo, Version 3.1.4
* 2022/04/01, bug fixed concerning ob-mathleading etc., Version 3.1.3
* 2022/03/08, bug fixed about fapapersize, Version 3.1.2
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 ac65ab088bc..3b5f617e1f3 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,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@.. conditions for backward compatibility
\newif\if@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
diff --git a/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir.cls b/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir.cls
index 12f344a6119..f49d14faf35 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}[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
+%%%