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.tex103
1 files changed, 103 insertions, 0 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
new file mode 100644
index 00000000000..633ec7217e3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/disser/templates/specialist/thesis.tex
@@ -0,0 +1,103 @@
+\documentclass[specialist,subf,href,colorlinks=true
+%,fixint=false
+%,times
+]{disser}
+
+\usepackage[
+ a4paper, mag=1000, includefoot,
+ left=3cm, right=1.5cm, top=2cm, bottom=2cm, headsep=1cm, footskip=1cm
+]{geometry}
+\usepackage[T2A]{fontenc}
+\usepackage[cp1251]{inputenc}
+\usepackage[english,russian]{babel}
+\ifpdf\usepackage{epstopdf}\fi
+
+% Использовать полужирное начертание для векторов
+\let\vec=\mathbf
+
+% Включать подсекции в оглавление
+\setcounter{tocdepth}{2}
+
+\graphicspath{{fig/}}
+
+%----------------------------------------------------------------
+\begin{document}
+
+%
+% Титульный лист на русском языке
+%
+
+% Название организации
+\institution{Название организации}
+
+% Имя лица, допускающего к защите (зав. кафедрой)
+\apname{д.\,ф.-м.\,н., профессор С.\,C.~Сидоров}
+
+\title{Дипломная работа}
+
+% Тема
+\topic{<<Тема работы>>}
+
+% Группа
+\group{Студента группы}
+% Автор
+\author{ФИО автора}
+
+% Научный руководитель
+\sa {И.\,И.~Иванов}
+\sastatus {д.\,ф.-м.\,н., профессор}
+
+% Рецензент
+\rev {П.\,П.~Петров}
+\revstatus{к.\,ф.-м.\,н., доцент}
+
+% Город и год
+\city{Санкт-Петербург}
+\date{\number\year}
+
+\maketitle
+
+%%
+%% Titlepage in English
+%%
+%
+%\setlength\thirdskip{0pt}
+%
+%\institution{Name of Organization}
+%
+%% Approved by
+%\apname{Professor S.\,S.~Sidorov}
+%
+%\title{Diploma Thesis}
+%
+%% Topic
+%\topic{Dummy Title}
+%
+%% Author
+%\author{Author's Name} % Full Name
+%\group{} % Study Group
+%
+%% Scientific Advisor
+%\sa {I.\,I.~Ivanov}
+%\sastatus {Professor}
+%
+%% Reviewer
+%\rev {P.\,P.~Petrov}
+%\revstatus{Associate Professor}
+%
+%% City & Year
+%\city{Saint Petersburg}
+%\date{\number\year}
+%
+%\maketitle[en]
+
+\tableofcontents
+
+\input{intro}
+\input{1}
+\input{concl}
+
+\bibliography{thesis}
+\bibliographystyle{gost705}
+\end{document}
+