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.dtx5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/disser/doctor.dtx b/Master/texmf-dist/source/latex/disser/doctor.dtx
index f6ec90aeeb0..f6966203113 100644
--- a/Master/texmf-dist/source/latex/disser/doctor.dtx
+++ b/Master/texmf-dist/source/latex/disser/doctor.dtx
@@ -35,6 +35,7 @@
% \DescribeMacro{\fourthskip}\index{Расстояния!\verb*+\fourthskip+}
% \DescribeMacro{\fifthskip}\index{Расстояния!\verb*+\fifthskip+}
% \DescribeMacro{\sixthskip}\index{Расстояния!\verb*+\sixthskip+}
+% \DescribeMacro{\specskip}\index{Расстояния!\verb*+\specskip+}
% \begin{macrocode}
\ifx\firstskip\undefined
\newlength\firstskip
@@ -49,6 +50,7 @@
\ifundeflength\fourthskip{1cm}
\ifundeflength\fifthskip{1cm}
\ifundeflength\sixthskip{0cm}
+\ifundeflength\specskip{-6pt}
% \end{macrocode}
% Шрифты элементов титульного листа.
@@ -105,8 +107,9 @@
% Шифр и наименование специальности
% \begin{macrocode}
\vskip\fourthskip
- {\specfont\@specnum~--\ \@spec}\\[-6pt]
+ {\specfont\@specnum~--\ \@spec}
\ifx\@specsndnum\empty\else
+ \vskip\specskip
{\specfont\@specsndnum~--\ \@specsnd}
\fi
% \end{macrocode}