summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex55
1 files changed, 55 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex
new file mode 100644
index 00000000000..d275587edb5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex
@@ -0,0 +1,55 @@
+\documentclass[14pt,bachelor,href,subf]{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}
+\title{ВЫПУСКНАЯ РАБОТА\\БАКАЛАВРА}
+
+% Название организации
+\institution{
+Название организации
+}
+% Зав. кафедрой
+\hod{ФИО зав. кафедрой}
+% Тема диссертации
+\topic{
+Тема работы
+}
+%
+% Автор
+\author{ФИО студента}
+% Группа
+\group{1111/1}
+% Номер специальности
+\coursenum{111111}
+% Название специальности
+\course{Физика}
+%
+% Научный руководитель
+\sa {ФИО руководителя}
+\sastatus{д.~ф.-м.~н., ст.~н.~с.}
+
+% Город и год
+\city{Санкт-Петербург}
+\date{\number\year}
+
+\maketitle
+% ----------------------------------------------------------------
+\tableofcontents
+% ----------------------------------------------------------------
+\input{intro}
+\input{1}
+\input{concl}
+% ----------------------------------------------------------------
+\bibliography{thesis}
+\bibliographystyle{disser}
+\end{document}
+% ----------------------------------------------------------------