summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex17
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex
index 88d9434ed32..a6e511b7ad3 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex
@@ -1,12 +1,12 @@
-\documentclass[14pt,candidate,href]{disser}
+\documentclass[a4paper,14pt,candidate,subf,href]{disser}
\usepackage[
- a4paper, includehead, includefoot, mag=1000,
- headsep=0mm, headheight=0mm,
- left=20mm, right=10mm, top=20mm, bottom=20mm
- ]{geometry}
+ a4paper, mag=1000, nohead, includefoot,
+ left=3cm, right=1cm, top=2cm, bottom=2cm, footskip=1cm
+]{geometry}
\usepackage[T2A]{fontenc}
\usepackage[cp1251]{inputenc}
\usepackage[english,russian]{babel}
+\usepackage{srcltx}
\graphicspath{{fig/}}
% ----------------------------------------------------------------
@@ -42,15 +42,16 @@
% ----------------------------------------------------------------
\tableofcontents
% ----------------------------------------------------------------
+\input{list}
\input{intro}
\input{review}
\input{1}
\input{concl}
-\appendix
-\input{app-a}
-\noappendix
% ----------------------------------------------------------------
\bibliography{thesis}
\bibliographystyle{gost71u}
+% ----------------------------------------------------------------
+\appendix
+\input{app-a}
\end{document}
% ----------------------------------------------------------------