|
- %
- % AUTH report template for english
- %
- % Requires compilation with pdfLaTeX or XeLaTeX
- %
- % authors:
- % Χρήστος Χουτουρίδης ΑΕΜ 8997
- % cchoutou@ece.auth.gr
-
- % Options:
- %
- % 1) mainlang=<language>
- % Default: english
- % Set the default language of the document which affects hyphenations,
- % localization (section, dates, etc...)
- %
- % example: \documentclass[mainlang=greek]{AUThReport}
- %
- % 2) <language>
- % Add hyphenation and typesetting support for other languages
- % Currently supports: english, greek, german, frenc
- %
- % example: \documentclass[english, greek]{AUThReport}
- %
- % 3) short: Requests a shorter title for the document
- % Default: no short
- %
- % example: \documentclass[short]{AUThReport}
- %
- \documentclass[a4paper, 11pt, mainlang=greek, english]{AUThReport}
-
- \CurrentDate{\today}
-
- % Greek report document setup suggestions
- %---------------------------------
- % \WorkGroup{Ομάδα Χ}
-
- \AuthorName{Όνομα Επίθετο}
- \AuthorAEM{1234}
- \AuthorMail{xxx@ece.auth.gr}
-
- %\CoAuthorName{Όνομα Επίθετο}
- %\CoAuthorAEM{1234}
- %\CoAuthorMail{xxx@ece.auth.gr}
-
- \DocTitle{Τίτλος}
- \DocSubTitle{Υπότιτλος}
-
- \Department{Τμήμα ΗΜΜΥ. Τομέας Ηλεκτρονικής}
- \ClassName{Μάθημα}
-
- \InstructorName{Όνομα Επίθετο}
- \InstructorMail{xxx@auth.gr}
-
- \CoInstructorName{Όνομα Επίθετο}
- \CoInstructorMail{xxx@ece.auth.gr}
-
-
-
- % English report document setup suggestions
- %---------------------------------
- %\WorkGroup{Group Χ}
- %\AuthorName{Name Surname}
- %\AuthorAEM{1234}
- %\AuthorMail{xxx@ece.auth.gr}
- %
- %%\CoAuthorName{Name Surname}
- %%\CoAuthorAEM{AEM}
- %%\CoAuthorMail{xxx@ece.auth.gr}
- %
- %\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}
-
- % Local package requirements
- %---------------------------------
- %\usepackage{tabularx}
- %\usepackage{array}
- %\usepackage{amssymb}
- %\usepackage{amsfonts}
- %\usepackage{amsmath}
- %\usepackage{commath}
- %\usepackage{float}
-
- \usepackage{lipsum}
- \usepackage{float}
-
- \begin{document}
-
- % Request a title page or header
- \InsertTitle
- %\InsertTitle[img/background.png][0.8\textwidth][2cm]
-
- \section{Εισαγωγή}
-
- \lipsum[1]
-
- %\InsertFigure{H}{0.8}{fig:lala}{img/auth_logogr.png}{\eng{Makes lala}}
-
- \setGreek % Only for LaTex, dont use it in XeLaTeX
- \lipsum[1]
- \setEnglish % Only for LaTex, dont use it in XeLaTeX
-
- \end{document}
|