summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/disser/src/autoref.dtx
blob: 0b0f590d20426c28e32d937ba2612347de165806 (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
%    \begin{macrocode}

%<autoref>\ProvidesFile{autoref.rtx}

%<*autoref>
%    \end{macrocode}
% \subsubsection{Ñòèëü àâòîðåôåðàòà}
%
% Íóìåðàöèÿ.
%    \begin{macrocode}
\newcommand\autoref@the{\default@the}
\autoref@the

%    \end{macrocode}
% Òèòóëüíûé ëèñò.
% \DescribeMacro{\maketitle}\index{Ìàêðîñû!\verb*+\maketitle+}
%    \begin{macrocode}
\if@titlepage\renewcommand\maketitle{
%    \end{macrocode}
% Âåðòèêàëüíûå èíòåðâàëû ìåæäó ýëåìåíòàìè òèòóëüíîãî ëèñòà.
% \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}
\ifundeflength\firstskip{1cm}
\ifundeflength\secondskip{3cm}
\ifundeflength\thirdskip{1cm}
\ifundeflength\fourthskip{1cm}
\ifundeflength\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}

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

\begin{flushright}
%    \end{macrocode}
% Ãðèô ñåêðåòíîñòè
%    \begin{macrocode}
  \ifDis@classified\classify\fi
%    \end{macrocode}
% Íà ïðàâàõ ðóêîïèñè
%    \begin{macrocode}
  \vskip\firstskip
  {\normalfont\asmanuscript}
  \ifDis@facsimile\facsimile\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{macrocode}
% \paragraph{Ãîðîä è ãîä}
%    \begin{macrocode}
  \vfill
  {\@city\cdsep\@date}
\end{center}
\normalfont\clearpage
}\fi
%</autoref>
%    \end{macrocode}