-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.tex
52 lines (43 loc) · 1.38 KB
/
report.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
% Τεκμηρίωση δεύτερης ερευνητικής εργασίας του μαθήματος ΓΡΑΦΙΚΗ ΥΠΟΛΟΓΙΣΤΩΝ
\documentclass[12pt]{report}
\usepackage[a4paper, margin=3cm, bottom=3cm]{geometry}
\linespread{1.3} % διάστιχο: 1,5
\usepackage{tempora} % Times New Roman
\usepackage[LGR, T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english, greek]{babel}
\usepackage{hyperref}
\usepackage[pdftex]{graphicx}
\graphicspath{{images/}}
\usepackage{alphabeta}
\usepackage{gensymb}
\usepackage{longtable}
\usepackage{listings}
\usepackage{float}
\usepackage{titlesec}
\usepackage{engord}
\titleformat{\chapter}[hang]{\Huge\bfseries}{\thechapter{. }}{0pt}{\Huge\bfseries}
\titlespacing*{\chapter} {0pt}{10pt}{20pt}
\titlespacing*{\section} {0pt}{3.5ex plus 1ex minus .2ex}{2.3ex plus .2ex}
\usepackage[labelfont=bf]{caption}
\addto\captionsgreek{\renewcommand{\figurename}{Εικόνα}}
\usepackage{etoolbox}
\makeatletter
\patchcmd{\chapter}{\if@openright\cleardoublepage\else\clearpage\fi}{}{}{}
\makeatother
\begin{document}
\renewcommand\bibname{Πηγές}
\pagenumbering{arabic}
\input{tex/Front}
\input{tex/Abstract}
\newpage
\renewcommand*\contentsname{Περιεχόμενα}
\tableofcontents
\newpage
\input{tex/Ιntroduction}
\input{tex/Documentation}
\input{tex/Ιmplementation}
\input{tex/Conclusions}
\newpage
\input{tex/Bibliography}
\end{document}