diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/bachelor.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/disser/bachelor.dtx | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/disser/bachelor.dtx b/Master/texmf-dist/source/latex/disser/bachelor.dtx index 739c0a07d49..ae7742db795 100644 --- a/Master/texmf-dist/source/latex/disser/bachelor.dtx +++ b/Master/texmf-dist/source/latex/disser/bachelor.dtx @@ -14,17 +14,11 @@ % \DescribeMacro{\fifthskip}\index{Расстояния!\verb*+\fifthskip+} % \begin{macrocode} -\newlength\firstskip -\newlength\secondskip -\newlength\thirdskip -\newlength\fourthskip -\newlength\fifthskip - -\setlength\firstskip{1.5cm} -\setlength\secondskip{1.5cm} -\setlength\thirdskip{1ex} -\setlength\fourthskip{1ex} -\setlength\fifthskip{2cm} +\deflength\firstskip{1.5cm} +\deflength\secondskip{1.5cm} +\deflength\thirdskip{1ex} +\deflength\fourthskip{1ex} +\deflength\fifthskip{2cm} % \end{macrocode} % Шрифты элементов титульного листа. |