You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.5 KiB
59 lines
1.5 KiB
% !TeX spellcheck = el_GR-en_US
|
|
\documentclass[11pt]{article}
|
|
\usepackage{geometry}
|
|
\geometry{a4paper, top=2.5cm, bottom=2.5cm, left=2.2cm,
|
|
right=2.2cm}
|
|
\usepackage{fontspec}
|
|
\usepackage{titlesec}
|
|
\usepackage{titling}
|
|
\usepackage{float}
|
|
\usepackage{caption}
|
|
\usepackage{subcaption}
|
|
\usepackage[nonumeralsign]{xgreek}
|
|
\usepackage{fancyhdr}
|
|
\usepackage{hyperref}
|
|
\usepackage{enumitem}
|
|
\usepackage{cite}
|
|
\usepackage{graphicx}
|
|
\usepackage[normalem]{ulem}
|
|
\useunder{\uline}{\ul}{}
|
|
\usepackage{amsmath}
|
|
|
|
\setmainfont{Lato}
|
|
\setmonofont{Consolas}
|
|
|
|
\title{Τεχνολογία Ήχου και Εικόνας 2018\\
|
|
Εργασία 2018-2019}
|
|
\author{Χριστίνα Θεοδωρίδου - 8055\\
|
|
Φρανκ Μπλάννινγκ - 6698\\
|
|
Αποστόλης Φανάκης - 8261}
|
|
\date{\today}
|
|
|
|
\pagestyle{fancy}
|
|
\lhead{Τεχνολογία Ήχου και Εικόνας 2018}
|
|
\rhead{Θεοδωρίδου, Μπλάννινγκ, Φανάκης}
|
|
\renewcommand{\headrulewidth}{0.4pt}
|
|
\renewcommand{\footrulewidth}{0.4pt}
|
|
\setlength{\headheight}{14pt}
|
|
|
|
\hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue, citecolor=blue}
|
|
\urlstyle{same}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
\tableofcontents
|
|
|
|
\newpage
|
|
|
|
\input{intro.tex}
|
|
\input{2.past_implementations.tex}
|
|
% \input{3.our_implementation.tex}
|
|
\input{features_and_preprocessing.tex}
|
|
\input{models.tex}
|
|
|
|
\bibliographystyle{ieeetr}
|
|
\bibliography{cites}{}
|
|
\bibliographystyle{plain}
|
|
|
|
\end{document}
|