AUTh Report LaTeX/XeLaTeX class
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

58 líneas
1002 B

  1. %
  2. % AUTH report template for greek
  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{greek}
  11. \authSetLanguages{english}
  12. \authSetupLanguageEnv
  13. \AuthorName{Όνομα Επίθετο}
  14. \AuthorAEM{1234}
  15. \AuthorMail{xxx@ece.auth.gr}
  16. %\CoAuthorName{Όνομα Επίθετο}
  17. %\CoAuthorAEM{AEM}
  18. %\CoAuthorMail{xxx@ece.auth.gr}
  19. % \WorkGroup{Ομάδα Χ}
  20. \DocTitle{Τίτλος}
  21. \DocSubTitle{Υπότιτλος}
  22. \Department{Τμήμα ΗΜΜΥ. Τομέας Ηλεκτρονικής}
  23. \ClassName{Μάθημα}
  24. %
  25. \InstructorName{Όνομα Επίθετο}
  26. \InstructorMail{xxx@auth.gr}
  27. \CoInstructorName{Όνομα Επίθετο}
  28. \CoInstructorMail{xxx@ece.auth.gr}
  29. %
  30. \CurrentDate{\today}
  31. \usepackage{lipsum}
  32. \begin{document}
  33. \InsertTitle
  34. \section{Εισαγωγή}
  35. \lipsum[1]
  36. \setEnglish
  37. \lipsum[1]
  38. \setGreek
  39. \end{document}