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.tex31
1 files changed, 18 insertions, 13 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
index 6a726e04cd0..0f72b327ecb 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex
@@ -1,4 +1,4 @@
-\documentclass[master,subf,href
+\documentclass[master,subf,href,colorlinks=true
%,fixint=false
%,times
]{disser}
@@ -15,22 +15,25 @@
% Номера страниц сверху и по центру
%\def\headfont{\small}
%\pagestyle{headcenter}
-%\chapterpagestyle{headcenter}
+%\chapterpagestyle{empty}
% Использовать полужирное начертание для векторов
\let\vec=\mathbf
+% Включать подсекции в оглавление
+\setcounter{tocdepth}{2}
+
\graphicspath{{fig/}}
-% --------------------------------------------------------------------------
+
\begin{document}
-% Название организации
-\institution{%
-Название организации
-}
+
+\institution{Название организации}
+
% Имя лица, допускающего к защите (зав. кафедрой)
\apname{ФИО зав. кафедрой}
+
\title{ДИССЕРТАЦИЯ\\[-14pt]на соискание ученой степени\\МАГИСТРА}
-% Тема
+
\topic{Тема диссертации}
% Автор
@@ -59,15 +62,17 @@
\date{\number\year}
\maketitle
-%---------------------------------------------------------------------------
+
\tableofcontents
-%---------------------------------------------------------------------------
+
\input{intro}
\input{1}
\input{concl}
-\appendix
-\input{app-a}
-%---------------------------------------------------------------------------
+
\bibliography{thesis}
\bibliographystyle{gost705}
+
+\appendix
+\input{app-a}
+
\end{document}