diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e164c26 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "report/config"] + path = report/config + url = https://git.hoo2.net/hoo2/LaTeX_confing.git diff --git a/report/config b/report/config new file mode 160000 index 0000000..4b3765f --- /dev/null +++ b/report/config @@ -0,0 +1 @@ +Subproject commit 4b3765f4ab57fb91e770597e417d74b5849fa144 diff --git a/report/report.pdf b/report/report.pdf new file mode 100644 index 0000000..4187d72 Binary files /dev/null and b/report/report.pdf differ diff --git a/report/report.tex b/report/report.tex new file mode 100644 index 0000000..24a5d0a --- /dev/null +++ b/report/report.tex @@ -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} \ No newline at end of file