-
Notifications
You must be signed in to change notification settings - Fork 1
/
thesis.tex
65 lines (45 loc) · 1.09 KB
/
thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
\documentclass[a4paper,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[estonian]{babel}
\usepackage{txfonts}
\usepackage{times}
%% stiililehe laadimine
\usepackage{itk_thesis}
\usepackage{url}
\usepackage{graphicx}
\usepackage[hmargin={3.1cm, 2.54cm},vmargin=3.17cm]{geometry}
\graphicspath{{pildid/}}
\linespread{1.5}
%% lingid
\usepackage{hyperref}
\usepackage[toc, xindy, style=list, nonumberlist]{glossaries}
\usepackage{titlesec}
\newcommand{\sectionbreak}{%
\vspace*{1.5cm}}
\begin{document}
%% Tiitelleht
\begin{tiitelleht}
\pealkiri{Lõputöö Latexis}
\paber{Diplomitöö}
\autor{Jaan Oras}
\eriala{IT süsteemide arenduse õppekava}
\juhendaja{Sinu Juhendaja}
\konsultant{Sinu Konsultant}
\end{tiitelleht}
\autorideklaratsioon
\teesisukord
%% Peatükid
\include{sissejuhatus}
%% jooniste peatükk
\cleardoublepage
\phantomsection
\addcontentsline{toc}{section}{Joonised}
\listoffigures
%% viidete peatükk
\cleardoublepage
\phantomsection
\addcontentsline{toc}{section}{Viited}
\bibliography{references}
\bibliographystyle{unsrt}
\end{document}