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.
47 lines
1.2 KiB
47 lines
1.2 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[nonumeralsign]{xgreek}
|
|
\usepackage{fancyhdr}
|
|
\usepackage{hyperref}
|
|
\usepackage{enumitem}
|
|
\usepackage{cite}
|
|
|
|
\setmainfont{Lato}
|
|
\setmonofont{Consolas}
|
|
|
|
\title{Τεχνολογία Ήχου και Εικόνας 2018\\
|
|
Παραδοτεό 1}
|
|
\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{past_implementations.tex}
|
|
\input{our_implementation.tex}
|
|
|
|
\bibliography{cites}{}
|
|
\bibliographystyle{plain}
|
|
|
|
\end{document}
|