summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/disser/master.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/master.dtx')
-rw-r--r--Master/texmf-dist/source/latex/disser/master.dtx75
1 files changed, 75 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/disser/master.dtx b/Master/texmf-dist/source/latex/disser/master.dtx
new file mode 100644
index 00000000000..db5c8bafd99
--- /dev/null
+++ b/Master/texmf-dist/source/latex/disser/master.dtx
@@ -0,0 +1,75 @@
+% \begin{macrocode}
+
+%<*master>
+% \end{macrocode}
+% \subsubsection{Титульный лист магистерской диссертации}
+%
+% Вертикальные интервалы между элементами титульного листа.
+% \begin{macrocode}
+\def\firstskip{\vspace*{1em}}
+\def\secondskip{\vspace*{1em}}
+\def\thirdskip{\vskip1.em}
+\def\fourthskip{\vspace*{-1cm}}
+\def\fifthskip{\vskip0em}
+
+% \end{macrocode}
+% Диссертация допущена к защите
+% \begin{macrocode}
+\firstskip\@permitted\secondskip
+\begin{center}
+% \end{macrocode}
+% Заголовок.
+% \begin{macrocode}
+ {\titlefont\@title}
+ \par\thirdskip
+% \end{macrocode}
+%
+% Тема
+% \begin{macrocode}
+ {\topiclabelfont\topiclabel}
+ {\topicfont\@topic}
+ \par
+\end{center}
+\fourthskip
+\begin{tabbing}
+ \phantom{\masterproglabel}\=\\
+% \end{macrocode}
+%
+% Направление
+% \begin{macrocode}
+ \courselabel\>\ \@coursenum\ --\ \@course\\
+% \end{macrocode}
+%
+% Магистерская программа: номер -- название.
+% \begin{macrocode}
+ \masterproglabel\>\ \@masterprognum\ --\ \@masterprog
+\end{tabbing}
+\fifthskip
+\begin{tabbing}
+% \end{macrocode}
+%
+% Выполнил студент гр. номер...
+% \begin{macrocode}
+ \studentlabel\;\groupname\;\@group\hspace{2cm}\=
+ \makebox[8.5cm][l]{\hrulefill\;\@author}
+\\[9pt]
+% \end{macrocode}
+%
+% Научный руководитель
+% \begin{macrocode}
+ \field{sa}
+\\[9pt]
+% \end{macrocode}
+%
+% Рецензент
+% \begin{macrocode}
+ \field{rev}
+\\[9pt]
+% \end{macrocode}
+%
+% Консультант
+% \begin{macrocode}
+ \ifdefined\@con\field{con}\fi
+\end{tabbing}
+%</master>
+% \end{macrocode}