|
- %
- % AUTH report template for english
- %
- % authors:
- % Χρήστος Χουτουρίδης ΑΕΜ 8997
- % cchoutou@ece.auth.gr
-
- % Options:
- % short: Switch to title header instead of title page
- \documentclass[a4paper, 11pt]{AUThReport}
-
- \authSetMainLanguage{english}
- \authSetLanguages{greek}
-
- \authSetupLanguageEnv
-
- \AuthorName{Name Surname}
- \AuthorAEM{1234}
- \AuthorMail{xxx@ece.auth.gr}
-
- %\CoAuthorName{Name Surname}
- %\CoAuthorAEM{AEM}
- %\CoAuthorMail{xxx@ece.auth.gr}
-
- % \WorkGroup{Ομάδα Χ}
-
- \DocTitle{Title}
- \DocSubTitle{Subtitle}
-
- \Department{Electrical and Computer Engineering. Electronics Sector}
- \ClassName{Class Name}
-
- \InstructorName{Name Surname}
- \InstructorMail{xxx@auth.gr}
-
- \CoInstructorName{Name Surname}
- \CoInstructorMail{xxx@ece.auth.gr}
-
- \CurrentDate{\today}
-
-
- \usepackage{lipsum}
-
-
- \begin{document}
-
- \InsertTitle
-
- \section{Intro}
-
- \lipsum[1]
-
- \setGreek % Only for LaTex, dont use it in XeLaTeX
- \lipsum[1]
- \setEnglish % Only for LaTex, dont use it in XeLaTeX
-
- \end{document}
|