AUTh Report LaTeX/XeLaTeX class
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

113 wiersze
2.5 KiB

  1. %
  2. % AUTH report template for english
  3. %
  4. % Requires compilation with pdfLaTeX or XeLaTeX
  5. %
  6. % authors:
  7. % Χρήστος Χουτουρίδης ΑΕΜ 8997
  8. % cchoutou@ece.auth.gr
  9. % Options:
  10. %
  11. % 1) mainlang=<language>
  12. % Default: english
  13. % Set the default language of the document which affects hyphenations,
  14. % localization (section, dates, etc...)
  15. %
  16. % example: \documentclass[mainlang=greek]{AUThReport}
  17. %
  18. % 2) <language>
  19. % Add hyphenation and typesetting support for other languages
  20. % Currently supports: english, greek, german, frenc
  21. %
  22. % example: \documentclass[english, greek]{AUThReport}
  23. %
  24. % 3) short: Requests a shorter title for the document
  25. % Default: no short
  26. %
  27. % example: \documentclass[short]{AUThReport}
  28. %
  29. \documentclass[a4paper, 11pt, mainlang=greek, english]{AUThReport}
  30. \CurrentDate{\today}
  31. % Greek report document setup suggestions
  32. %---------------------------------
  33. % \WorkGroup{Ομάδα Χ}
  34. \AuthorName{Όνομα Επίθετο}
  35. \AuthorAEM{1234}
  36. \AuthorMail{xxx@ece.auth.gr}
  37. %\CoAuthorName{Όνομα Επίθετο}
  38. %\CoAuthorAEM{1234}
  39. %\CoAuthorMail{xxx@ece.auth.gr}
  40. \DocTitle{Τίτλος}
  41. \DocSubTitle{Υπότιτλος}
  42. \Department{Τμήμα ΗΜΜΥ. Τομέας Ηλεκτρονικής}
  43. \ClassName{Μάθημα}
  44. \InstructorName{Όνομα Επίθετο}
  45. \InstructorMail{xxx@auth.gr}
  46. \CoInstructorName{Όνομα Επίθετο}
  47. \CoInstructorMail{xxx@ece.auth.gr}
  48. % English report document setup suggestions
  49. %---------------------------------
  50. %\WorkGroup{Group Χ}
  51. %\AuthorName{Name Surname}
  52. %\AuthorAEM{1234}
  53. %\AuthorMail{xxx@ece.auth.gr}
  54. %
  55. %%\CoAuthorName{Name Surname}
  56. %%\CoAuthorAEM{AEM}
  57. %%\CoAuthorMail{xxx@ece.auth.gr}
  58. %
  59. %\DocTitle{Title}
  60. %\DocSubTitle{Subtitle}
  61. %
  62. %\Department{Electrical and Computer Engineering. Electronics Sector}
  63. %\ClassName{Class Name}
  64. %
  65. %\InstructorName{Name Surname}
  66. %\InstructorMail{xxx@auth.gr}
  67. %
  68. %\CoInstructorName{Name Surname}
  69. %\CoInstructorMail{xxx@ece.auth.gr}
  70. % Local package requirements
  71. %---------------------------------
  72. %\usepackage{tabularx}
  73. %\usepackage{array}
  74. %\usepackage{amssymb}
  75. %\usepackage{amsfonts}
  76. %\usepackage{amsmath}
  77. %\usepackage{commath}
  78. %\usepackage{float}
  79. \usepackage{lipsum}
  80. \usepackage{float}
  81. \begin{document}
  82. % Request a title page or header
  83. \InsertTitle
  84. %\InsertTitle[img/background.png][0.8\textwidth][2cm]
  85. \section{Εισαγωγή}
  86. \lipsum[1]
  87. %\InsertFigure{H}{0.8}{fig:lala}{img/auth_logogr.png}{\eng{Makes lala}}
  88. \setGreek % Only for LaTex, dont use it in XeLaTeX
  89. \lipsum[1]
  90. \setEnglish % Only for LaTex, dont use it in XeLaTeX
  91. \end{document}