summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/disser/src/autoref.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/disser/src/autoref.dtx')
-rw-r--r--macros/latex/contrib/disser/src/autoref.dtx91
1 files changed, 91 insertions, 0 deletions
diff --git a/macros/latex/contrib/disser/src/autoref.dtx b/macros/latex/contrib/disser/src/autoref.dtx
new file mode 100644
index 0000000000..0b0f590d20
--- /dev/null
+++ b/macros/latex/contrib/disser/src/autoref.dtx
@@ -0,0 +1,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}