report seed added

This commit is contained in:
Christos Choutouridis 2020-11-30 19:19:30 +02:00
parent e3b96138c8
commit fd8a3a2bc3
4 changed files with 58 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "report/config"]
path = report/config
url = https://git.hoo2.net/hoo2/LaTeX_confing.git

1
report/config Submodule

@ -0,0 +1 @@
Subproject commit 4b3765f4ab57fb91e770597e417d74b5849fa144

BIN
report/report.pdf Normal file

Binary file not shown.

54
report/report.tex Normal file
View File

@ -0,0 +1,54 @@
%
% PDS exercise 1 report
%
% authors:
% Χρήστος Χουτουρίδης ΑΕΜ 8997
% cchoutou@ece.auth.gr
%
% AuthReportConfig requirements
% =============================
\newcommand{\AuthorName}{Χρήστος Χουτουρίδης}
\newcommand{\AuthorMail}{cchoutou@ece.auth.gr}
\newcommand{\AuthorAEM}{8997}
% Comment out to add co-author
%\newcommand{\CoAuthorName}{Co-author's name}
%\newcommand{\CoAuthorMail}{Co-author'smail}
%\newcommand{\CoAuthorAEM}{Co-author's AEM}
\newcommand{\DocTitle}{Εργασία 1: \eng{Vertexwise triangle counting}}
\newcommand{\Department}{Τμημα ΗΜΜΥ. Τομεάς Ηλεκτρονικής}
\newcommand{\ClassName}{Παράλληλα και Διανεμημένα Συστήματα}
\newcommand{\InstructorName}{Πιτσιάνης Νικόλαος}
\newcommand{\InstructorMail}{nikos.pitsianis@eng.auth.gr}
\newcommand{\CurrentDate}{\today}
\input{config/AuthReportConfig.tex}
% Document fine-tuning
\setFancyHeadLR{\ClassName}{\DocTitle}
%\setFancyHeadLERO{\ClassName}{\DocTitle}
%\BottomTitleSpace{8em}
% Document
% =============================
\begin{document}
%\FirstPage
\TitleHeader
%\tableofcontents
%\listoffigures
%\listoftables
\section{Εισαγωγή}
% References
% =============================
%\begin{thebibliography}{100}
%\bibitem{item}item...
%\end{thebibliography}
\end{document}