Report: An empty report added

This commit is contained in:
Christos Choutouridis 2020-10-22 20:23:12 +03:00
parent d13de717ce
commit 256cd86e29
5 changed files with 51 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

4
report/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*.aux
*.log
*.out
*.gz

1
report/config Submodule

@ -0,0 +1 @@
Subproject commit c27d16e915615bc56a7b09f56e882661ac69b860

BIN
report/report.pdf Normal file

Binary file not shown.

43
report/report.tex Normal file
View File

@ -0,0 +1,43 @@
%
% Report for data structures 2020-2021 assignment part 1.
%
% authors:
% Χρήστος Χουτουρίδης ΑΕΜ 8997
% cchoutou@ece.auth.gr
% Document configuration
\newcommand{\ClassName}{Δομές δεδομένων}
\newcommand{\DocTitle}{Λαβύρινθος: Ο Θησέας και ο Μινώταυρος}
\newcommand{\InstructorName}{Σιάχαλου Σταυρούλα}
\newcommand{\InstructorMail}{ssiachal@auth.gr}
\newcommand{\CurrentDate}{\today}
\input{config/AuthReportConfig.tex}
%\renewcommand{\AuthorName}{Χρήστος Χουτουρίδης}
%\renewcommand{\AuthorMail}{cchoutou@ece.auth.gr}
%\renewcommand{\AuthorAEM}{8997}
\setFancyHeadLR{\ClassName}{\DocTitle}
%\setFancyHeadLERO{\ClassName}{\DocTitle}
% Document
% =================
\begin{document}
\FirstPage
%\tableofcontents
%\listoffigures
%\listoftables
\section{Εισαγωγή}
% References
% ============================
%\begin{thebibliography}{100}
%\bibitem{item}item...
%\end{thebibliography}
\end{document}