summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/disser/bachelor.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/bachelor.dtx')
-rw-r--r--Master/texmf-dist/source/latex/disser/bachelor.dtx36
1 files changed, 22 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/latex/disser/bachelor.dtx b/Master/texmf-dist/source/latex/disser/bachelor.dtx
index c04209d1b81..6879b30ffc1 100644
--- a/Master/texmf-dist/source/latex/disser/bachelor.dtx
+++ b/Master/texmf-dist/source/latex/disser/bachelor.dtx
@@ -7,18 +7,24 @@
% \subsubsection{Титульный лист бакалаврской работы}
%
% Вертикальные интервалы между элементами титульного листа.
-% \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+}
+% \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}
-\def\firstskip{\vskip1.5cm}
-\def\secondskip{\vskip1.5cm}
-\def\thirdskip{\vskip1.em}
-\def\fourthskip{\vskip1.em}
-\def\fifthskip{\vskip2cm}
+\newlength\firstskip
+\newlength\secondskip
+\newlength\thirdskip
+\newlength\fourthskip
+\newlength\fifthskip
+
+\setlength\firstskip{1.5cm}
+\setlength\secondskip{1.5cm}
+\setlength\thirdskip{1.em}
+\setlength\fourthskip{1.em}
+\setlength\fifthskip{2cm}
% \end{macrocode}
% Шрифты элементов титульного листа.
@@ -39,22 +45,24 @@
% \end{macrocode}
% Диссертация допущена к защите
% \begin{macrocode}
-\firstskip\@approved\secondskip
+\vskip\firstskip
+\@approved
+\vskip\secondskip
% \end{macrocode}
% Заголовок, тема.
% \begin{macrocode}
\begin{center}
{\titlefont\@title\par}
- \thirdskip
+ \vskip\thirdskip
{\topiclabelfont\topiclabel\;}
{\topicfont\@topic\par}
- \fourthskip\normalfont
+ \vskip\fourthskip\normalfont
\courselabel\ \@coursenum~-- \@course
\end{center}
% \end{macrocode}
% Специальность, автор, руководитель.
% \begin{macrocode}
-\fifthskip
+\vskip\fifthskip
\begin{tabbing}
\studentlabel\ \groupname\ \@group\hspace{2cm}\=
\makebox[8.5cm][l]{\hrulefill\ \@author}