blob: 25dc23da2c8a9e83dd299d86ff67566f0d880c9b (
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
%%
%% This is file `doctor.rtx',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% doctor.dtx (with options: `doctor')
%%
%% Copyright (c) Stanislav Kruchinin.
%% All rights reserved.
%%
%% This file is part of the disser package.
%%
\ProvidesFile{doctor.rtx}
\newcommand\doctor@the{\default@the}
\doctor@the
\if@titlepage\renewcommand\maketitle[1][]{
\ifthenelse{\equal{#1}{en}}{\@titlepage@entrue}{\@titlepage@enfalse}
\if@titlepage@en
\def\appos{Head of Department}
\def\sconname{Scientific Consultant}
\def\sconlabel{\sconname}
\def\sconsndname{\sconname}
\def\sconsndlabel{\sconname}
\def\topicname{Topic}
\def\asmanuscript{As Manuscript}
\fi
\ifx\firstskip\undefined
\newlength\firstskip
\ifx\@libcatnum\empty
\setlength\firstskip{4ex}
\else
\setlength\firstskip{2ex}
\fi
\fi
\ifundeflength\secondskip{3cm}
\ifundeflength\thirdskip{1cm}
\ifundeflength\fourthskip{1cm}
\ifundeflength\fifthskip{1cm}
\ifundeflength\sixthskip{0cm}
\ifundeflength\libcatskip{0cm}
\ifundeflength\specskip{-6pt}
\def\titlefont{\normalsize}
\def\topicfont{\Large\bfseries}
\def\authorfont{\large}
\def\specfont{\normalsize}
\thispagestyle{empty}
\enlargethispage{1cm}
\vspace*{-2cm}
\begin{center}
\instfont\@institution\par
\end{center}
\vskip\firstskip
\begin{flushright}
\ifDis@classified\classify\fi
\asmanuscript
\ifDis@facsimile\facsimile\fi
\ifx\@libcatnum\empty\else
\vskip\libcatskip
{\libcatname\ \@libcatnum}
\fi
\end{flushright}
\begin{center}
\vskip\secondskip
{\authorfont\@author}
\vskip\thirdskip
{\topicfont\@topic\par}
\vskip\fourthskip
{\specfont\@specnum~--\ \@spec}
\ifx\@specsndnum\empty\else
\vskip\specskip
{\specfont\@specsndnum~--\ \@specsnd}
\fi
\vskip\fifthskip
{\titlefont\@title}
\end{center}
\ifx\@scon\empty\else
\vskip\sixthskip
\disserfield{scon}
\fi
\ifx\@sconsnd\empty\else
\vskip\sixthskip
\disserfield{sconsnd}
\fi
\vfill
\begin{center}
{\@city\cdsep\@date}
\end{center}
\normalfont\clearpage
}\fi
\endinput
%%
%% End of file `doctor.rtx'.
|