56 lines
982 B
TeX
56 lines
982 B
TeX
%
|
||
% AUTH report template for greek
|
||
%
|
||
% authors:
|
||
% Χρήστος Χουτουρίδης ΑΕΜ 8997
|
||
% cchoutou@ece.auth.gr
|
||
|
||
% Options:
|
||
% short: Switch to title header instead of title page
|
||
\documentclass[a4paper, 11pt]{AUThReport}
|
||
|
||
\authSetMainLanguage{greek}
|
||
\authSetLanguages{english}
|
||
|
||
\AuthorName{Όνομα Επίθετο}
|
||
\AuthorAEM{1234}
|
||
\AuthorMail{xxx@ece.auth.gr}
|
||
|
||
%\CoAuthorName{Όνομα Επίθετο}
|
||
%\CoAuthorAEM{AEM}
|
||
%\CoAuthorMail{xxx@ece.auth.gr}
|
||
|
||
% \WorkGroup{Ομάδα Χ}
|
||
|
||
\DocTitle{Τίτλος}
|
||
\DocSubTitle{Υπότιτλος}
|
||
|
||
\Department{Τμήμα ΗΜΜΥ. Τομέας Ηλεκτρονικής}
|
||
\ClassName{Μάθημα}
|
||
%
|
||
\InstructorName{Όνομα Επίθετο}
|
||
\InstructorMail{xxx@auth.gr}
|
||
|
||
\CoInstructorName{Όνομα Επίθετο}
|
||
\CoInstructorMail{xxx@ece.auth.gr}
|
||
%
|
||
\CurrentDate{\today}
|
||
|
||
|
||
%\usepackage{lipsum}
|
||
|
||
|
||
\begin{document}
|
||
|
||
\InsertTitle
|
||
|
||
\section{Εισαγωγή}
|
||
|
||
%\lipsum[1]
|
||
|
||
\setEnglish
|
||
%\lipsum[1]
|
||
\setGreek
|
||
|
||
\end{document}
|