blob: 41f230ac82457abf861c31c345032668339d2cc2 (
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
|
% \begin{macrocode}
%<candidate>\ProvidesFile{candidate.rtx}
%<*candidate>
% \end{macrocode}
% \subsubsection{Òèòóëüíûé ëèñò êàíäèäàòñêîé äèññåðòàöèè}
%
% Âåðòèêàëüíûå èíòåðâàëû ìåæäó ýëåìåíòàìè òèòóëüíîãî ëèñòà.
% \DescribeMacro{\firstskip}\index{Ðàññòîÿíèÿ!\verb*+\firstskip+}
% \DescribeMacro{\secondskip}\index{Ðàññòîÿíèÿ!\verb*+\secondskip+}
% \DescribeMacro{\thirdskip}\index{Ðàññòîÿíèÿ!\verb*+\thirdskip+}
% \DescribeMacro{\fourthskip}\index{Ðàññòîÿíèÿ!\verb*+\fourthskip+}
% \DescribeMacro{\fifthskip}\index{Ðàññòîÿíèÿ!\verb*+\fifthskip+}
% \DescribeMacro{\sixthskip}\index{Ðàññòîÿíèÿ!\verb*+\sixthskip+}
% \begin{macrocode}
\newlength\firstskip
\newlength\secondskip
\newlength\thirdskip
\newlength\fourthskip
\newlength\fifthskip
\newlength\sixthskip
\ifDis@libcat
\setlength\firstskip{2ex}
\else
\setlength\firstskip{4ex}
\fi
\setlength\secondskip{2cm}
\setlength\thirdskip{1cm}
\setlength\fourthskip{1cm}
\setlength\fifthskip{1cm}
\setlength\sixthskip{0pt}
\newlength\@sahshift
\setlength\@sahshift{8cm}
% \end{macrocode}
% Øðèôòû ýëåìåíòîâ òèòóëüíîãî ëèñòà.
% \DescribeMacro{\titlefont}\index{Ìàêðîñû!\verb*+\titlefont+}
% \DescribeMacro{\topicfont}\index{Ìàêðîñû!\verb*+\topicfont+}
% \DescribeMacro{\authorfont}\index{Ìàêðîñû!\verb*+\authorfont+}
% \DescribeMacro{\specfont}\index{Ìàêðîñû!\verb*+\specfont+}
% \begin{macrocode}
\def\titlefont{\normalsize}
\def\topicfont{\Large\bfseries}
\def\authorfont{\large}
\def\specfont{\normalsize}
\vskip\firstskip
\normalfont
\begin{flushright}
% \end{macrocode}
% Íà ïðàâàõ ðóêîïèñè
% \begin{macrocode}
\asmanuscriptname\\
\ifDis@facsimile\facsimile\fi
% \end{macrocode}
% Íîìåð ÓÄÊ
% \begin{macrocode}
\ifDis@libcat
{\libcatname\ \@libcatnum}
\fi
\end{flushright}
\begin{center}
% \end{macrocode}
% Àâòîð
% \begin{macrocode}
\vskip\secondskip
{\authorfont\@author}
% \end{macrocode}
% Íàçâàíèå äèññåðòàöèè
% \begin{macrocode}
\vskip\thirdskip
{\topicfont\@topic\par}
% \end{macrocode}
% Øèôð è íàèìåíîâàíèå ñïåöèàëüíîñòè
% \begin{macrocode}
\vskip\fourthskip
{\specfont\@specnum~--\ \@spec}
% \end{macrocode}
% Äèññåðòàöèÿ íà ñîèñêàíèå ó÷åíîé ñòåïåíè...
% \begin{macrocode}
\vskip\fifthskip
{\titlefont\@title}
\end{center}
% \end{macrocode}
% Íàó÷íûé ðóêîâîäèòåëü
% \begin{macrocode}
\vskip\sixthskip
\begin{tabbing}
\hspace{\@sahshift}\={\saname}\\
\>\@sastatus\\
\>\@sa
\end{tabbing}
%</candidate>
% \end{macrocode}
|