AUThReport/AUThReportTemplateEN.tex
2024-12-10 15:38:47 +02:00

60 lines
1001 B
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

%
% 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}