blob: 61b061ad179e1d57d1a5c692472d15a5f46191bd (
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
|
%%
%% This is file `doctor.rtx',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% doctor.dtx (with options: `doctor')
%%
%% Copyright (c) 2004-2009 Stanislav Kruchinin.
%% All rights reserved.
%%
%% This file is part of the disser package.
%%
\ProvidesFile{doctor.rtx}
\newlength\firstskip
\newlength\secondskip
\newlength\thirdskip
\newlength\fourthskip
\newlength\fifthskip
\ifDis@libcat
\setlength\firstskip{1ex}
\else
\setlength\firstskip{4ex}
\fi
\setlength\secondskip{3cm}
\setlength\thirdskip{1cm}
\setlength\fourthskip{1cm}
\setlength\fifthskip{1cm}
\def\titlefont{\normalsize}
\def\topicfont{\Large\bfseries}
\def\authorfont{\large}
\def\specfont{\normalsize}
\vskip\firstskip
\normalfont
\begin{flushright}
\asmanuscriptname\\
\ifDis@facsimile\facsimile\fi
\ifDis@libcat
{\libcatname\ \@libcatnum}
\fi
\end{flushright}
\begin{center}
\vskip\secondskip
{\authorfont\@author}
\vskip\thirdskip
{\topicfont\@topic\par}
\vskip\fourthskip
{\specfont\@specnum~--\;\@spec}
\vskip\fifthskip
{\titlefont\@title}
\end{center}
\endinput
%%
%% End of file `doctor.rtx'.
|