summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/disser/doctor.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/doctor.dtx')
-rw-r--r--Master/texmf-dist/source/latex/disser/doctor.dtx61
1 files changed, 50 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/disser/doctor.dtx b/Master/texmf-dist/source/latex/disser/doctor.dtx
index 5bf6b770de0..63cb124038e 100644
--- a/Master/texmf-dist/source/latex/disser/doctor.dtx
+++ b/Master/texmf-dist/source/latex/disser/doctor.dtx
@@ -23,6 +23,13 @@
\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}
% Шрифты элементов титульного листа.
@@ -36,42 +43,74 @@
\def\authorfont{\large}
\def\specfont{\normalsize}
-\vskip\firstskip
-\normalfont
+\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}
- \asmanuscriptname\\
+ \asmanuscript
+% \end{macrocode}
+% Факсимиле
+% \begin{macrocode}
\ifDis@facsimile\facsimile\fi
% \end{macrocode}
% Номер УДК
% \begin{macrocode}
-\ifDis@libcat
- {\libcatname\ \@libcatnum}
-\fi
+ \ifDis@libcat\libcatname\ \@libcatnum\fi
\end{flushright}
\begin{center}
% \end{macrocode}
% Автор
% \begin{macrocode}
- \vskip\secondskip
+ \vskip\secondskip\normalfont
{\authorfont\@author}
% \end{macrocode}
% Название диссертации
% \begin{macrocode}
- \vskip\thirdskip
+ \vskip\thirdskip\normalfont
{\topicfont\@topic\par}
% \end{macrocode}
% Шифр и наименование специальности
% \begin{macrocode}
- \vskip\fourthskip
- {\specfont\@specnum~--\;\@spec}
+ \vskip\fourthskip\normalfont
+ {\specfont\@specnum~--\ \@spec}
% \end{macrocode}
% Диссертация на соискание ученой степени...
% \begin{macrocode}
- \vskip\fifthskip
+ \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}