blob: 534d2b80663a90c93d2310bda4ed7bed01a98f37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
%% xob-paralist.sty
%%
%% Copyright (c) 2007-2013 Kangsoo Kim <karnes at ktug org>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3c or later is part of all distributions of LaTeX
%% version 2006/05/20 or later.
%%
%% paralist,
%%
\@ifpackageloaded{paralist}{}{\RequirePackage{paralist}}
\RequirePackage{iftex}
\ifPDFTeX
\RequirePackage{dhucs-paralist}
\else
\def\pl@loop@{%
\ifx 가\pl@temp \def\@tempa{\pl@label\gana }\else
\ifx ㈎\pl@temp \def\@tempa{\pl@label\pgana }\else
\ifx ㉮\pl@temp \def\@tempa{\pl@label\ogana }\else
\ifx ㄱ\pl@temp \def\@tempa{\pl@label\jaso }\else
\ifx ㈀\pl@temp \def\@tempa{\pl@label\pjaso }\else
\ifx ㉠\pl@temp \def\@tempa{\pl@label\ojaso }\else
\ifx ⑴\pl@temp \def\@tempa{\pl@label\pnum }\else
\ifx ①\pl@temp \def\@tempa{\pl@label\onum }\else
\ifx ⒜\pl@temp \def\@tempa{\pl@label\peng }\else
\ifx ⓐ\pl@temp \def\@tempa{\pl@label\oeng }\else
\ifx ⅰ\pl@temp \def\@tempa{\pl@label\hroman}\else
\ifx Ⅰ\pl@temp \def\@tempa{\pl@label\hRoman}\else
%%%%%%%%%%%%%%%%%%%%%%%%%%
\ifx A\pl@temp \def\@tempa{\pl@label\Alph }\else
\ifx a\pl@temp \def\@tempa{\pl@label\alph }\else
\ifx i\pl@temp \def\@tempa{\pl@label\roman }\else
\ifx I\pl@temp \def\@tempa{\pl@label\Roman }\else
\ifx 1\pl@temp \def\@tempa{\pl@label\arabic}\else
\ifx \@sptoken\pl@temp \let\@tempa\pl@space \else
\ifx \bgroup\pl@temp \let\@tempa\pl@group \else
\ifx \@@@\pl@temp \let\@tempa\@gobble \else
\let\@tempa\pl@other
\pl@hook
\fi\fi\fi\fi\fi\fi\fi\fi
\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi
\@tempa}
\fi
\endinput
|