AUThReport/AUTHReportTemplate.tex

52 lines
948 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.

%
% Network programming Lab sum report
%
% authors:
% Χρήστος Χουτουρίδης ΑΕΜ 8997
% cchoutou@ece.auth.gr
% Options:
% short: Switch to title header instead of title page
\documentclass[a4paper, 11pt]{AUTHReport}
\AuthorName{Χρήστος Χουτουρίδης}
\AuthorAEM{8997}
\AuthorMail{cchoutou@ece.auth.gr}
%\CoAuthorName{CoAuthor Name}
%\CoAuthorAEM{AEM}
%\CoAuthorMail{CoAuthor Mail}
% \WorkGroup{Ομάδα Χ}
\DocTitle{Τίτλος}
\DocSubTitle{Υπότιτλος}
\Department{Τμήμα ΗΜΜΥ. Τομέας Ηλεκτρονικής}
\ClassName{Μάθημα}
\InstructorName{Ον. Επίθετο}
\InstructorMail{xxx@auth.gr}
\CoInstructorName{Ν. Surname}
\CoInstructorMail{xxx@ece.auth.gr}
\CurrentDate{\today}
\usepackage{lipsum}
\begin{document}
\InsertTitle
\section{Εισαγωγή Intro}
\lipsum[1-4]
\subsection{μικρός τίτλος small title}
\lipsum[1-4]
\end{document}