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.dtx54
1 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/disser/bachelor.dtx b/Master/texmf-dist/source/latex/disser/bachelor.dtx
new file mode 100644
index 00000000000..df146fda6c2
--- /dev/null
+++ b/Master/texmf-dist/source/latex/disser/bachelor.dtx
@@ -0,0 +1,54 @@
+% \begin{macrocode}
+
+%<*bachelor>
+% \end{macrocode}
+% \subsubsection{Титульный лист бакалаврской работы}
+%
+% Вертикальные интервалы между элементами титульного листа.
+% \begin{macrocode}
+
+\def\firstskip{\vskip1.5cm}
+\def\secondskip{\vskip1.5cm}
+\def\thirdskip{\vskip1.em}
+\def\fourthskip{\vskip1.em}
+\def\fifthskip{\vskip2cm}
+
+\def\titlefont{\Large\bfseries}
+\def\topiclabelfont{\large}
+\def\topicfont{\large\bfseries}
+
+% \end{macrocode}
+% Работа
+% \begin{macrocode}
+\def\workname{\CYRR\cyra\cyrb\cyro\cyrt\cyra}
+
+% \end{macrocode}
+% Диссертация допущена к защите
+% \begin{macrocode}
+\firstskip\@permitted\secondskip
+% \end{macrocode}
+% Заголовок, тема.
+% \begin{macrocode}
+\begin{center}
+ {\titlefont\@title\par}
+ \thirdskip
+ {\topiclabelfont\topiclabel\;}
+ {\topicfont\@topic\par}
+ \fourthskip\normalfont
+ \courselabel\ \@coursenum~-- \@course
+\end{center}
+% \end{macrocode}
+% Специальность, автор, руководитель.
+% \begin{macrocode}
+\fifthskip
+\begin{tabbing}
+ \studentlabel\ \groupname\ \@group\hspace{2cm}\=
+ \makebox[8.5cm][l]{\hrulefill\ \@author}
+\\[9pt]
+% \end{macrocode}
+% Научный руководитель.
+% \begin{macrocode}
+ \field{sa}
+\end{tabbing}
+%</bachelor>
+% \end{macrocode}