AUTh Report LaTeX/XeLaTeX class
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
999 B

  1. %
  2. % AUTH report template for english
  3. %
  4. % authors:
  5. % Χρήστος Χουτουρίδης ΑΕΜ 8997
  6. % cchoutou@ece.auth.gr
  7. % Options:
  8. % short: Switch to title header instead of title page
  9. \documentclass[a4paper, 11pt]{AUThReport}
  10. \authSetMainLanguage{english}
  11. \authSetLanguages{greek}
  12. \authSetupLanguageEnv
  13. \AuthorName{Name Surname}
  14. \AuthorAEM{1234}
  15. \AuthorMail{xxx@ece.auth.gr}
  16. %\CoAuthorName{Name Surname}
  17. %\CoAuthorAEM{AEM}
  18. %\CoAuthorMail{xxx@ece.auth.gr}
  19. % \WorkGroup{Ομάδα Χ}
  20. \DocTitle{Title}
  21. \DocSubTitle{Subtitle}
  22. \Department{Electrical and Computer Engineering. Electronics Sector}
  23. \ClassName{Class Name}
  24. \InstructorName{Name Surname}
  25. \InstructorMail{xxx@auth.gr}
  26. \CoInstructorName{Name Surname}
  27. \CoInstructorMail{xxx@ece.auth.gr}
  28. \CurrentDate{\today}
  29. \usepackage{lipsum}
  30. \begin{document}
  31. \InsertTitle
  32. \section{Intro}
  33. \lipsum[1]
  34. \setGreek % Only for LaTex, dont use it in XeLaTeX
  35. \lipsum[1]
  36. \setEnglish % Only for LaTex, dont use it in XeLaTeX
  37. \end{document}