-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrtphd.sty
36 lines (31 loc) · 1.08 KB
/
rtphd.sty
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
\ProvidesPackage{rtphd}[2010/03/24 rtphd Style v. 0.02a]
\NeedsTeXFormat{LaTeX2e}
% Some suff that must be declared
\DeclareOption{nophdlist}{%
\AtEndOfPackage{\let\phdlist=\relax}}
\DeclareOption{noextras}{%
\ExecuteOptions{nophdlist}}
%%% Note: It is too dangerous to have a default value for the encoding, so we
%%% must detect if the user fails to select it explicitly.
\newif\ifrtphd@InputEncUTFUnspecified
\rtphd@InputEncUTFUnspecifiedtrue
\newif\ifrtphd@InputEncUTF
\DeclareOption{latin1}{\rtphd@InputEncUTFfalse\rtphd@InputEncUTFUnspecifiedfalse}
\DeclareOption{utf8}{\rtphd@InputEncUTFtrue\rtphd@InputEncUTFUnspecifiedfalse}
\ProcessOptions\relax
\ifrtphd@InputEncUTFUnspecified
\PackageError{rtphd}{%
One of the options `latin1' and `utf8' must\MessageBreak
be given to select the character encoding\MessageBreak
of the loaded captions%
}{%
One of the options `latin1' and `utf8' must\MessageBreak
be given to select the character encoding\MessageBreak
of the loaded captions%
}
\fi
\ifrtphd@InputEncUTF
\RequirePackage{rtphd-defs-utf8}%
\else
\RequirePackage{rtphd-defs}%
\fi