summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/kotex-oblivoir/xoblivoir.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/kotex-oblivoir/xoblivoir.cls')
-rw-r--r--Master/texmf-dist/tex/latex/kotex-oblivoir/xoblivoir.cls47
1 files changed, 8 insertions, 39 deletions
diff --git a/Master/texmf-dist/tex/latex/kotex-oblivoir/xoblivoir.cls b/Master/texmf-dist/tex/latex/kotex-oblivoir/xoblivoir.cls
index 4d7851eba89..4d2c8424255 100644
--- a/Master/texmf-dist/tex/latex/kotex-oblivoir/xoblivoir.cls
+++ b/Master/texmf-dist/tex/latex/kotex-oblivoir/xoblivoir.cls
@@ -1,6 +1,7 @@
%% File `xoblivoir.cls`
%%
-%% (C) Copyright 2006-2015 Kangsoo Kim <karnes at ktug org>
+%% (C) Copyright 2006-2020 Kangsoo Kim <karnes at ktug org>
+%% (C) Copyright 2013 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
@@ -10,45 +11,13 @@
%% and version 1.3c or later is part of all distributions of LaTeX
%% version 2006/05/20 or later.
%%
-\ProvidesClass{xoblivoir}[2015/07/27]
-
-\RequirePackage{xkeyval}
-
-\newif\if@CJK\@CJKfalse
-\DeclareOptionX{cjk}[]{\@CJKtrue}
-\DeclareOptionX{dhucs}[]{\@CJKfalse}
-%%%
-%%% [fontspec] option introduced
-\DeclareOptionX{fontspec}[]{\PassOptionsToPackage{{#1}}{fontspec}}
-\DeclareOptionX{hyperref}[]{\PassOptionsToPackage{#1}{hyperref}}
-\DeclareOptionX{xcolor}[]{\PassOptionsToPackage{#1}{xcolor}}
-
-\ProcessOptionsX
-
-%%% ifluaorxetex.sty
-\RequirePackage{iftex}
+%% Read LICENSE included in the package.
+%%
+%% --------------------------------------------------------
+%% oblivoir.cls
-\newif\ifLuaOrXeTeX
-\ifXeTeX\global\LuaOrXeTeXtrue
- \else\ifLuaTeX\global\LuaOrXeTeXtrue
- \else\global\LuaOrXeTeXfalse
-\fi\fi
+\ProvidesClass{xoblivoir}
-\ifLuaOrXeTeX
-\LoadClassWithOptions{oblivoir-xlua}
-% \ifLuaTeX
-% \typeout{HANGUL DRIVER: luatexko}
-% \else
-% \typeout{HANGUL DRIVER: xetexko}
-% \fi
-\else
- \if@CJK
- \LoadClassWithOptions{oblivoir-xlua}
- \typeout{HANGUL DRIVER: cjk-ko}
- \else
- \LoadClassWithOptions{oblivoir-base}
- \typeout{HANGUL DRIVER: kotex-utf}
- \fi
-\fi
+\LoadClassWithOptions{oblivoir}
\endinput