summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/kotex-oblivoir
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-22 20:35:18 +0000
committerKarl Berry <karl@freefriends.org>2021-09-22 20:35:18 +0000
commite1ac6a7abe74427c3cf0c66ca12fc1c75c16b671 (patch)
tree23855fdce9856bdf7518e5c1b184627796a31323 /Master/texmf-dist/tex/latex/kotex-oblivoir
parent6f6fff1ed2764707e8e0e31b6bd2a81e2ec531f2 (diff)
kotex-oblivoir (22sep21)
git-svn-id: svn://tug.org/texlive/trunk@60579 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/memhangul-x.sty8
-rw-r--r--Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-utf.cls2
-rw-r--r--Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-xl.cls10
-rw-r--r--Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir.cls4
-rw-r--r--Master/texmf-dist/tex/latex/kotex-oblivoir/xoblivoir.cls2
5 files changed, 15 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/memhangul-x.sty b/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/memhangul-x.sty
index 31a600349ec..a94bce08e61 100644
--- a/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/memhangul-x.sty
+++ b/Master/texmf-dist/tex/latex/kotex-oblivoir/memhangul-x/memhangul-x.sty
@@ -1,6 +1,6 @@
%% File `memhangul-x.sty`
%%
-%% (C) Copyright 2006-2020 Kangsoo Kim <karnes at ktug org>
+%% (C) Copyright 2006-2021 Kangsoo Kim <modviv2k15 at gmail com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
@@ -14,8 +14,8 @@
%% part of oblivoir v2
%%
\NeedsTeXFormat{LaTeX2e}
-\def\filedate{2020/02/05}
-\def\fileversion{11.11}
+\def\filedate{2021/09/21}
+\def\fileversion{11.12}
\ProvidesPackage{memhangul-x}[\filedate Hangul Typography for (x)oblivoir]
%\typeout{Hangul Typography for (x)oblivoir}
@@ -151,7 +151,7 @@
\RequirePackage{xob-font}
\RequirePackage{xob-dotemph}
\else\ifxetex
- \RequirePackage{xetexko-var}
+ \@ifpackageloaded{xetexko}{\RequirePackage{xob-font}}{\RequirePackage{xetexko-var}}
\RequirePackage{xob-dotemph}
\else
\ifKOTEXCJK
diff --git a/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-utf.cls b/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-utf.cls
index 535b74dbd4c..3d321a14462 100644
--- a/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-utf.cls
+++ b/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-utf.cls
@@ -1,6 +1,6 @@
%% File `oblivoir-utf.cls`
%%
-%% (C) Copyright 2006-2015 Kangsoo Kim <karnes at ktug org>
+%% (C) Copyright 2006-2021 Kangsoo Kim <modviv2k15 at gmail com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
diff --git a/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-xl.cls b/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-xl.cls
index a56abb6c7bc..88327a694ae 100644
--- a/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-xl.cls
+++ b/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir-xl.cls
@@ -1,6 +1,6 @@
%% File `oblivoir-xl.cls`
%%
-%% (C) Copyright 2006-2021 Kangsoo Kim <karnes at ktug org>
+%% (C) Copyright 2006-2021 Kangsoo Kim <modviv2k15 at gmail com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
@@ -14,7 +14,7 @@
%% depends upon Dohyun Kim's xetexko and the author's memhangul-x.
%%
\ProvidesClass{oblivoir-xl}
- [2020/03/03 v0.8.5 article-like class to typeset Korean]
+ [2021/09/21 v0.8.6 article-like class to typeset Korean]
%\typeout{A variant of oblivoir class for Lua- or XeLaTeX.}
\providecommand\@DisabledOption[1]{%
@@ -179,9 +179,13 @@
\ExplSyntaxOn
\if@lwarp
+ \if@polyglossia\else
\ifluatex
\RequirePackage{luatexko}
- \fi
+ \else\ifxetex
+ \RequirePackage{xetexko}
+ \fi\fi
+ \fi
\RequirePackage[\g_lwarp_option_str]{lwarp}
\RequirePackage{xob-lwarp}
\fi
diff --git a/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir.cls b/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir.cls
index 8fcdd0652cd..19807a454a7 100644
--- a/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir.cls
+++ b/Master/texmf-dist/tex/latex/kotex-oblivoir/oblivoir.cls
@@ -1,6 +1,6 @@
%% File `oblivoir.cls`
%%
-%% (C) Copyright 2006-2021 Kangsoo Kim <karnes at ktug org>
+%% (C) Copyright 2006-2021 Kangsoo Kim <modviv2k15 at gmail com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
@@ -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/15 v3.0.1]
+\ProvidesClass{oblivoir}[2021/09/21 v3.0.2]
\RequirePackage{xkeyval}
\RequirePackage{xparse}
diff --git a/Master/texmf-dist/tex/latex/kotex-oblivoir/xoblivoir.cls b/Master/texmf-dist/tex/latex/kotex-oblivoir/xoblivoir.cls
index a825b59adfd..d1444651d20 100644
--- a/Master/texmf-dist/tex/latex/kotex-oblivoir/xoblivoir.cls
+++ b/Master/texmf-dist/tex/latex/kotex-oblivoir/xoblivoir.cls
@@ -1,6 +1,6 @@
%% File `xoblivoir.cls`
%%
-%% (C) Copyright 2006-2021 Kangsoo Kim <karnes at ktug org>
+%% (C) Copyright 2006-2021 Kangsoo Kim <modviv2k15 at gmail com>
%% (C) Copyright 2013 Kihwang Lee <leekh at ktug org>
%%
%% This work may be distributed and/or modified under the