summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex64
1 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex
new file mode 100644
index 00000000000..9680b946d8f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex
@@ -0,0 +1,64 @@
+\documentclass[14pt,master,href,subf]{disser}
+\usepackage[
+ a4paper, includehead, includefoot, mag=1000,
+ headsep=0mm, headheight=0mm,
+ left=20mm, right=10mm, top=20mm, bottom=20mm
+ ]{geometry}
+\usepackage[T2A]{fontenc}
+\usepackage[cp1251]{inputenc}
+\usepackage[english,russian]{babel}
+
+\graphicspath{{fig/}}
+% --------------------------------------------------------------------------
+
+\begin{document}
+% организация
+\institution{%
+Название организации
+}
+\hod{ФИО зав. кафедрой}
+\title{ДИССЕРТАЦИЯ\\[-12pt]на соискание учёной степени\\МАГИСТРА}
+% Тема диссертации
+\topic{Тема диссертации}
+%
+% Данные автора
+\author {ФИО автора} % ФИО
+\group {1111/1} % Группа
+\coursenum {111111} % Номер направления
+\course {Название направления}
+\masterprognum{111111} % Номер магистерской программы
+\masterprog {Название программы}
+%
+% Научный руководитель
+\sa {ФИО руководителя}
+\sastatus{д.~ф.-м.~н., ст.~н.~с.}
+%
+% Рецензент
+\rev {ФИО рецензента}
+\revstatus{д.~ф.-м.~н., в.~н.~с.}
+%
+% Консультант
+\conspec{вопросам\\охраны труда}
+\con{ФИО консультанта}
+\constatus{к.~т.~н., доц.}
+%
+\city{Санкт-Петербург}
+\date{\number\year}
+
+\maketitle
+%----------------------------------------------------------------------------
+\begin{abstract}
+
+\end{abstract}
+%---------------------------------------------------------------------------
+\tableofcontents
+%---------------------------------------------------------------------------
+\input{intro}
+\input{1}
+\input{concl}
+\appendix
+\input{app-a}
+%---------------------------------------------------------------------------
+\bibliography{thesis}
+\bibliographystyle{gost71u}
+\end{document}