summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/specialist/thesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/specialist/thesis.tex')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/specialist/thesis.tex29
1 files changed, 23 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/specialist/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates/specialist/thesis.tex
index 0ad08f387c2..aedaf594c71 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/specialist/thesis.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates/specialist/thesis.tex
@@ -1,17 +1,25 @@
-\documentclass[specialist,subf,href,colorlinks=true
-%,times % шрифт Times как основной
-%,fixint=false % отключить прямые знаки интегралов
+\documentclass[%
+specialist, % тип документа
+subf, % подключить и настроить пакет subfig для вложенной нумерации рисунков
+href, % подключить и настроить пакет hyperref
+colorlinks=true % цветные гиперссылки
+%,times % шрифт Times как основной
+%,fixint=false % отключить прямые знаки интегралов
]{disser}
\usepackage[
- a4paper, mag=1000, includefoot,
- left=3cm, right=1.5cm, top=2cm, bottom=2cm, headsep=1cm, footskip=1cm
+ a4paper, mag=1000,
+ left=2.5cm, right=1cm, top=2cm, bottom=2cm, headsep=0.7cm, footskip=1cm
]{geometry}
\usepackage[T2A]{fontenc}
\usepackage[cp1251]{inputenc}
\usepackage[english,russian]{babel}
\ifpdf\usepackage{epstopdf}\fi
+% Номера страниц снизу и по центру
+%\pagestyle{footcenter}
+%\chapterpagestyle{footcenter}
+
% Точка с запятой в качестве разделителя между номерами цитирований
%\setcitestyle{semicolon}
@@ -94,13 +102,22 @@
%
%\maketitle[en]
+% Содержание
\tableofcontents
+% Введение
\input{intro}
+
+% Глава 1
\input{1}
+% Глава 2
+%\input{2}
+
+% Заключение
\input{concl}
+% Список литературы
\bibliography{thesis}
\bibliographystyle{gost705}
-\end{document}
+\end{document}