summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/disser/doctor.dtx
blob: 5bf6b770de0790d4c72d0f31a6bd90600a02ffeb (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
%    \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}

%    \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}
%</doctor>
%    \end{macrocode}