report added

This commit is contained in:
Christos Choutouridis 2020-05-03 15:14:29 +03:00
parent 5c5770bf6f
commit caa10a9349
6 changed files with 51 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Keil/ Keil/
*.gz

3
.gitmodules vendored Normal file
View File

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

BIN
1st assignement.pdf Normal file

Binary file not shown.

1
report/config Submodule

@ -0,0 +1 @@
Subproject commit 574c8d40f83921cd9ed550774e8746a10f120ea0

BIN
report/report.pdf Normal file

Binary file not shown.

46
report/report.tex Normal file
View File

@ -0,0 +1,46 @@
%
% Report description
%
% authors:
% Χρήστος Χουτουρίδης ΑΕΜ 8997
% cchoutou@ece.auth.gr
% Document configuration
\newcommand{\ClassName}{Μικροεπεξεργαστές και Περιφερειακά}
\newcommand{\DocTitle}{Εργασία Ι}
\newcommand{\InstructorName}{Παπαευσταθίου Ιωάννης}
\newcommand{\InstructorMail}{ygp@ece.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}