summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/disser/doctor.dtx
blob: 63cb124038e6e4b2783780f0b143fd9f8daa6dc2 (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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
%    \begin{macrocode}

%<doctor>\ProvidesFile{doctor.rtx}

%<*doctor>
%    \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+}
%    \begin{macrocode}
\newlength\firstskip
\ifDis@libcat
  \setlength\firstskip{1ex}
\else
  \setlength\firstskip{4ex}
\fi
\deflength\secondskip{3cm}
\deflength\thirdskip{1cm}
\deflength\fourthskip{1cm}
\deflength\fifthskip{1cm}
\deflength\sixthskip{0cm}

%    \end{macrocode}
% Ãîðèçîíòàëüíûé îòñòóï ïåðåä îïèñàíèåì íàó÷íîãî ðóêîâîäèòåëÿ è êîíñóëüòàíòà.
% \DescribeMacro{\@sahshift}\index{Ðàññòîÿíèÿ!\verb*+"\"@sahshift+}
%    \begin{macrocode}
\deflength\@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}

\thispagestyle{empty}
\enlargethispage{2cm}
\vspace*{-2cm}

%    \end{macrocode}
% \paragraph{Íàçâàíèå îðãàíèçàöèè}
%    \begin{macrocode}
\begin{center}
  \instfont\@institution\par
\end{center}
\vskip\firstskip\normalfont
\begin{flushright}
%    \end{macrocode}
% Ãðèô ñåêðåòíîñòè
%    \begin{macrocode}
  \ifDis@classified\classify\fi
%    \end{macrocode}
% Íà ïðàâàõ ðóêîïèñè
%    \begin{macrocode}
  \asmanuscript
%    \end{macrocode}
% Ôàêñèìèëå
%    \begin{macrocode}
  \ifDis@facsimile\facsimile\fi
%    \end{macrocode}
% Íîìåð ÓÄÊ
%    \begin{macrocode}
  \ifDis@libcat\libcatname\ \@libcatnum\fi
\end{flushright}
\begin{center}
%    \end{macrocode}
% Àâòîð
%    \begin{macrocode}
  \vskip\secondskip\normalfont
  {\authorfont\@author}
%    \end{macrocode}
% Íàçâàíèå äèññåðòàöèè
%    \begin{macrocode}
  \vskip\thirdskip\normalfont
  {\topicfont\@topic\par}
%    \end{macrocode}
% Øèôð è íàèìåíîâàíèå ñïåöèàëüíîñòè
%    \begin{macrocode}
  \vskip\fourthskip\normalfont
  {\specfont\@specnum~--\ \@spec}
%    \end{macrocode}
% Äèññåðòàöèÿ íà ñîèñêàíèå ó÷åíîé ñòåïåíè...
%    \begin{macrocode}
  \vskip\fifthskip\normalfont
  {\titlefont\@title}
\end{center}
%    \end{macrocode}
% Íàó÷íûé êîíñóëüòàíò
%    \begin{macrocode}
\ifx\@scon\empty\else
  \vskip\sixthskip\normalfont
  \begin{tabbing}
    \hspace{\@sahshift}\={\sconname}\\
    \>\@sconstatus\\
    \>\@scon
  \end{tabbing}
\fi
%    \end{macrocode}
% \paragraph{Ãîðîä è ãîä}
%    \begin{macrocode}
\vfill
\begin{center}
  {\@city\cdsep\@date}
\end{center}
%</doctor>
%    \end{macrocode}