summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/disser/autoref.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/autoref.dtx')
-rw-r--r--Master/texmf-dist/source/latex/disser/autoref.dtx31
1 files changed, 29 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/disser/autoref.dtx b/Master/texmf-dist/source/latex/disser/autoref.dtx
index b8957d8cd8a..da00aba6590 100644
--- a/Master/texmf-dist/source/latex/disser/autoref.dtx
+++ b/Master/texmf-dist/source/latex/disser/autoref.dtx
@@ -14,18 +14,40 @@
\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}
+\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}
- \vskip\firstskip
- \asmanuscriptname\\
+ \asmanuscript
\ifDis@facsimile\facsimile\fi
\end{flushright}
\begin{center}
@@ -49,6 +71,11 @@
% \begin{macrocode}
\vskip\fifthskip
{\titlefont\@title}
+% \end{macrocode}
+% \paragraph{Город и год}
+% \begin{macrocode}
+ \vfill
+ {\@city\cdsep\@date}
\end{center}
%</autoref>
% \end{macrocode}