Apostolos Fanakis
4 years ago
12 changed files with 118 additions and 55 deletions
@ -0,0 +1,48 @@ |
|||
% Heavily based on this template: |
|||
% https://www.overleaf.com/latex/templates/university-of-lincoln-computer-science-thesis-template-unofficial/vdbphtsnwdqv |
|||
|
|||
% Define variables |
|||
\makeatletter |
|||
|
|||
\newcommand{\universityLogo}[1]{\def\@logo{#1}} |
|||
\newcommand{\programme}[1]{\def\@programmename{#1}} |
|||
\newcommand{\school}[1]{\def\@schoolname{#1}} |
|||
\newcommand{\university}[1]{\def\@universityname{#1}} |
|||
\newcommand{\workshopTeamNumber}[1]{\def\@workshopteamnumber{#1}} |
|||
\newcommand{\semester}[1]{\def\@semester{#1}} |
|||
|
|||
\makeatother |
|||
|
|||
% Change the author concat text |
|||
\renewcommand*{\Authand}{ και } |
|||
|
|||
% Make custom title |
|||
\makeatletter |
|||
\renewcommand\maketitle{ |
|||
{\raggedright |
|||
\begin{center} |
|||
|
|||
% Make the title |
|||
{\huge \@title} |
|||
\vspace{0.5cm} |
|||
|
|||
% The authors, school and university name |
|||
{\@semester \\ |
|||
\@programmename \\ |
|||
\@schoolname \\ |
|||
\@universityname} |
|||
|
|||
% Print the team |
|||
\vspace{0.5cm} |
|||
{\Large Ομάδα \@workshopteamnumber} |
|||
|
|||
% The authors |
|||
{\Large \@author} |
|||
|
|||
% Then the date |
|||
\vspace{0.5cm} |
|||
{\footnotesize \@date} |
|||
|
|||
\end{center}} |
|||
} |
|||
\makeatother |
@ -1 +0,0 @@ |
|||
\maketitle |
@ -0,0 +1,6 @@ |
|||
\usepackage{fontspec} |
|||
\usepackage[nonumeralsign]{xgreek} |
|||
\usepackage{hyperref} |
|||
\usepackage{authblk} |
|||
\usepackage{xcolor} |
|||
\usepackage{listings} |
@ -0,0 +1,14 @@ |
|||
\title{Μικροεπεξεργαστές και Περιφερειακά} |
|||
\programme{Τμήμα Ηλεκτρολόγων Μηχανικών και Μηχανικών Υπολογιστών} |
|||
\school{Πολυτεχνική Σχολή} |
|||
\university{Αριστοτέλειο Πανεπιστήμιο Θεσσαλονίκης} |
|||
\workshopTeamNumber{25} |
|||
\semester{8\textsuperscript{ο} εξάμηνο} |
|||
|
|||
\author[1]{Πιπινιάς Ιωάννης} |
|||
\author[2]{Φανάκης Απόστολος} |
|||
|
|||
\affil[1]{\textit{7965, \href{mailto:pipinias@ece.auth.gr}{pipinias@ece.auth.gr}}} |
|||
\affil[2]{\textit{8261, \href{mailto:apostolof@ece.auth.gr}{apostolof@ece.auth.gr}}} |
|||
|
|||
\date{\today} |
Binary file not shown.
@ -1,66 +1,33 @@ |
|||
\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{hyperref} |
|||
\usepackage{authblk} |
|||
\usepackage{xcolor} |
|||
\usepackage{listings} |
|||
|
|||
% Fonts |
|||
% \setmainfont{Linux Libertine O} |
|||
\setmainfont{GFS Didot} |
|||
% Pcakges used |
|||
\input{packages} |
|||
|
|||
% Code styling |
|||
\definecolor{codebackground}{RGB}{240, 240, 240} |
|||
% Custom styles |
|||
\input{styling} |
|||
|
|||
\lstdefinestyle{codestyle}{ |
|||
backgroundcolor=\color{codebackground}, |
|||
basicstyle=\ttfamily\footnotesize, |
|||
breakatwhitespace=false, |
|||
breaklines=true, |
|||
captionpos=b, |
|||
keepspaces=true, |
|||
numbers=left, |
|||
numbersep=5pt, |
|||
showspaces=false, |
|||
showstringspaces=false, |
|||
showtabs=false, |
|||
tabsize=2 |
|||
} |
|||
% Custom commands |
|||
\input{custom-commands/custom-title} |
|||
|
|||
\lstset{style=codestyle} |
|||
% Cover page details |
|||
\input{report-details} |
|||
|
|||
% Other styles |
|||
\setlength{\parskip}{0.22cm} |
|||
|
|||
\hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue, citecolor=blue} |
|||
\urlstyle{same} |
|||
|
|||
% Cover |
|||
\renewcommand*{\Authand}{ και } |
|||
|
|||
\title{Μικροεπεξεργαστές και Περιφερειακά \\ |
|||
\vspace{0.5cm} |
|||
\large Τμήμα Ηλεκτρολόγων Μηχανικών και Μηχανικών Υπολογιστών ΑΠΘ \\ |
|||
8\textsuperscript{ο} εξάμηνο} |
|||
|
|||
\author[1]{Πιπινιάς Ιωάννης} |
|||
\author[2]{Φανάκης Απόστολος} |
|||
|
|||
\affil[1]{\textit{7965, \href{mailto:pipinias@ece.auth.gr}{pipinias@ece.auth.gr}}} |
|||
\affil[2]{\textit{8261, \href{mailto:apostolof@ece.auth.gr}{apostolof@ece.auth.gr}}} |
|||
|
|||
\date{\today} |
|||
% start of report body |
|||
% --------------------------- |
|||
|
|||
\begin{document} |
|||
|
|||
\input{front_page.tex} |
|||
\input{1.0.introduction.tex} |
|||
\input{2.0.implementation.tex} |
|||
\input{3.0.issues-faced.tex} |
|||
\input{4.0.testing.tex} |
|||
\input{5.0.appendix.tex} |
|||
\maketitle |
|||
|
|||
\input{chapters/1.0.introduction.tex} |
|||
\input{chapters/2.0.implementation.tex} |
|||
\input{chapters/3.0.issues-faced.tex} |
|||
\input{chapters/4.0.testing.tex} |
|||
\input{chapters/5.0.appendix.tex} |
|||
|
|||
\end{document} |
|||
|
|||
% end of report body |
|||
% -------------------------- |
@ -0,0 +1,29 @@ |
|||
% Fonts |
|||
% \setmainfont{Linux Libertine O} |
|||
\setmainfont{GFS Didot} |
|||
|
|||
% Code styling |
|||
\definecolor{codebackground}{RGB}{240, 240, 240} |
|||
|
|||
\lstdefinestyle{codestyle}{ |
|||
backgroundcolor=\color{codebackground}, |
|||
basicstyle=\ttfamily\footnotesize, |
|||
breakatwhitespace=false, |
|||
breaklines=true, |
|||
captionpos=b, |
|||
keepspaces=true, |
|||
numbers=left, |
|||
numbersep=5pt, |
|||
showspaces=false, |
|||
showstringspaces=false, |
|||
showtabs=false, |
|||
tabsize=2 |
|||
} |
|||
|
|||
\lstset{style=codestyle} |
|||
|
|||
% Other styles |
|||
\setlength{\parskip}{0.2cm} |
|||
|
|||
\hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue, citecolor=blue} |
|||
\urlstyle{same} |
Loading…
Reference in new issue