summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-29 23:31:05 +0000
committerKarl Berry <karl@freefriends.org>2010-03-29 23:31:05 +0000
commit4015a058f2c68e873ea7f12eb582b49b9a903cd7 (patch)
treeec3d259a3423d58b7e9114c1ee681a53fb07532c /Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex
parent12aa9b3a965ed1a926cff749fc9651dd28ac5a58 (diff)
disser 1.1.5 (28mar10)
git-svn-id: svn://tug.org/texlive/trunk@17612 c570f23f-e606-0410-a88d-b1316a301751
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}
-% ----------------------------------------------------------------