54 lines
1.3 KiB
TeX
54 lines
1.3 KiB
TeX
%
|
||
% 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} |