A palindrome implementation and testing application for A.U.TH. Microprocessors and peripherals Lab.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

46 lines
983 B

  1. %
  2. % Report description
  3. %
  4. % authors:
  5. % Χρήστος Χουτουρίδης ΑΕΜ 8997
  6. % cchoutou@ece.auth.gr
  7. % Document configuration
  8. \newcommand{\ClassName}{Μικροεπεξεργαστές και Περιφερειακά}
  9. \newcommand{\DocTitle}{Εργασία Ι}
  10. \newcommand{\InstructorName}{Παπαευσταθίου Ιωάννης}
  11. \newcommand{\InstructorMail}{ygp@ece.auth.gr}
  12. \newcommand{\CurrentDate}{\today}
  13. \input{config/AuthReportConfig.tex}
  14. %\renewcommand{\AuthorName}{Χρήστος Χουτουρίδης}
  15. %\renewcommand{\AuthorMail}{cchoutou@ece.auth.gr}
  16. %\renewcommand{\AuthorAEM}{8997}
  17. \setFancyHeadLR{\ClassName}{\DocTitle}
  18. %\setFancyHeadLERO{\ClassName}{\DocTitle}
  19. % Document
  20. % =================
  21. \begin{document}
  22. \FirstPage
  23. %\tableofcontents
  24. %\listoffigures
  25. %\listoftables
  26. \section{Εισαγωγή}
  27. % References
  28. % ============================
  29. %\begin{thebibliography}{100}
  30. %
  31. %\bibitem{item}item...
  32. %\end{thebibliography}
  33. \end{document}