% \begin{macrocode} %\ProvidesFile{bachelor.rtx} %<*bachelor> % \end{macrocode} % \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+} % \begin{macrocode} \deflength\firstskip{1.5cm} \deflength\secondskip{1.5cm} \deflength\thirdskip{1ex} \deflength\fourthskip{1ex} \deflength\fifthskip{2cm} % \end{macrocode} % Шрифты элементов титульного листа. % \DescribeMacro{\titlefont}\index{Макросы!\verb*+\titlefont+} % \DescribeMacro{\topiclabelfont}\index{Макросы!\verb*+\topiclabelfont+} % \DescribeMacro{\topicfont}\index{Макросы!\verb*+\topicfont+} % \begin{macrocode} \def\titlefont{\Large\bfseries} \def\topiclabelfont{\large} \def\topicfont{\large\bfseries} % \end{macrocode} % Работа % \DescribeMacro{\workname}\index{Макросы!\verb*+\topicfont+} % \begin{macrocode} \def\workname{\CYRR\cyra\cyrb\cyro\cyrt\cyra} % \end{macrocode} % Диссертация допущена к защите % \begin{macrocode} \vskip\firstskip \@approved \vskip\secondskip % \end{macrocode} % Заголовок, тема. % \begin{macrocode} \begin{center} {\titlefont\@title\par} \vskip\thirdskip {\topiclabelfont\topiclabel\;} {\topicfont\@topic\par} \vskip\fourthskip\normalfont \courselabel\ \@coursenum~--\ \@course \end{center} % \end{macrocode} % Специальность, автор, руководитель. % \begin{macrocode} \vskip\fifthskip \begin{tabbing} \studentlabel\ \groupname\ \@group\hspace{2cm}\= \makebox[8.5cm][l]{\hrulefill\ \@author} \\[9pt] % \end{macrocode} % Научный руководитель. % \begin{macrocode} \field{sa} \end{tabbing} % % \end{macrocode}