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.tex56
1 files changed, 56 insertions, 0 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
new file mode 100644
index 00000000000..88d9434ed32
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex
@@ -0,0 +1,56 @@
+\documentclass[14pt,candidate,href]{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{
+Название организации
+}
+% Номер УДК
+\libcatnum{111.222.333}
+% Тема
+\topic{Тема диссертации}
+\title{ДИССЕРТАЦИЯ\\
+на соискание ученой степени\\
+кандидата физико-математических наук}
+%
+% Автор
+\author{ФИО автора}
+% Специальность
+\specnum{11.11.11}
+\spec{Специальность}
+%
+% Научный руководитель
+\sa{ФИО руководителя}
+% Учёная степень и должность
+\sastatus{д.~ф.-м.~н., проф.}
+
+% Город и год
+\city{Санкт-Петербург}
+\date{\number\year}
+
+\maketitle
+% ----------------------------------------------------------------
+\tableofcontents
+% ----------------------------------------------------------------
+\input{intro}
+\input{review}
+\input{1}
+\input{concl}
+\appendix
+\input{app-a}
+\noappendix
+% ----------------------------------------------------------------
+\bibliography{thesis}
+\bibliographystyle{gost71u}
+\end{document}
+% ----------------------------------------------------------------