-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathupatras-thesis.sty
49 lines (43 loc) · 1.17 KB
/
upatras-thesis.sty
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
\ProvidesPackage{upatras-thesis}
%packages used
\usepackage[top=4cm, bottom=4cm, left=4cm, right=4cm]{geometry}
\usepackage{amsmath}
\usepackage{mathrsfs}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subfig}
\usepackage{algorithm2e}
\usepackage{ulem}
\usepackage{parskip}
\usepackage{float}
\usepackage{fixltx2e}
\usepackage{xltxtra}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{fontspec}
\usepackage{xgreek}
\usepackage[Rejne]{fncychap}
\usepackage{hyperref}
\usepackage{lettrine}
\usepackage[nottoc]{tocbibind}
\setmainfont[Path=font/, Mapping=tex-text]{GFSDidot.otf}
\setlength{\headheight}{15.2pt}
\newlength\longest
\usepackage{fancyhdr}
\pagestyle{fancy}
\newcommand{\creator}{github.com/eparon}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{#1}{}}
\renewcommand{\algorithmcfname}{Αλγόριθμος}
\fancyhf{}
\fancyhead[LE,RO]{\thepage}
\fancyhead[RE]{\leftmark}
\fancyhead[LO]{\rightmark}
\newtheorem{theorem}{Θεώρημα}[section]
\newcommand{\clearemptydoublepage}{
\newpage{\pagestyle{empty}
\cleardoublepage}
}
\graphicspath{{images/}}
\setlength{\parindent}{1.5cm}
\setlength{\parskip}{+0.25em}