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.tex21
1 files changed, 9 insertions, 12 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
index 49b851a4015..96e36e32161 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex
@@ -1,4 +1,4 @@
-\documentclass[bachelor,subf,href
+\documentclass[bachelor,subf,href,colorlinks=true
%,fixint=false
%,times
]{disser}
@@ -15,7 +15,7 @@
% Номера страниц сверху и по центру
%\def\headfont{\small}
%\pagestyle{headcenter}
-%\chapterpagestyle{headcenter}
+%\chapterpagestyle{empty}
% Использовать полужирное начертание для векторов
\let\vec=\mathbf
@@ -24,16 +24,16 @@
\setcounter{tocdepth}{2}
\graphicspath{{fig/}}
-% ----------------------------------------------------------------
+
\begin{document}
-% Название организации
-\institution{%
-Название организации
-}
+
+\institution{Название организации}
+
% Имя лица, допускающего к защите (зав. кафедрой)
\apname{ФИО зав. кафедрой}
+
\title{ВЫПУСКНАЯ РАБОТА\\БАКАЛАВРА}
-% Тема
+
\topic{Тема работы}
% Автор
@@ -51,14 +51,11 @@
\date{\number\year}
\maketitle
-% ----------------------------------------------------------------
\tableofcontents
-% ----------------------------------------------------------------
\input{intro}
\input{1}
\input{concl}
-% ----------------------------------------------------------------
+
\bibliography{thesis}
\bibliographystyle{gost705}
\end{document}
-% ----------------------------------------------------------------