91 lines
2.0 KiB
TeX
91 lines
2.0 KiB
TeX
% !TEX TS-program = xelatex
|
||
% !TEX encoding = UTF-8 Unicode
|
||
% !TEX spellcheck = el-GR
|
||
%
|
||
% Optimization techniques project report
|
||
%
|
||
% 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}
|
||
|
||
% Document setup
|
||
%---------------------------------
|
||
|
||
% \WorkGroup{Ομάδα Χ}
|
||
|
||
\AuthorName{Χρήστος Χουτουρίδης}
|
||
\AuthorMail{cchoutou@ece.auth.gr}
|
||
\AuthorAEM{8997}
|
||
|
||
%\CoAuthorName{Όνομα Επίθετο}
|
||
%\CoAuthorAEM{AEM}
|
||
%\CoAuthorMail{xxx@ece.auth.gr}
|
||
|
||
\DocTitle{Project: Γενετικοί αλγόριθμοι}
|
||
\DocSubTitle{Ελαχιστοποίηση συνάρτησης πολλών μεταβλητών}
|
||
|
||
\Department{Τμήμα ΗΜΜΥ. Τομέας Ηλεκτρονικής}
|
||
\ClassName{Τεχνικές Βελτιστοποίησης}
|
||
%
|
||
\InstructorName{Γ. Ροβιθάκης}
|
||
\InstructorMail{rovithak@auth.gr}
|
||
|
||
\CoInstructorName{Θ. Αφορόζη}
|
||
\CoInstructorMail{taforozi@ece.auth.gr}
|
||
|
||
|
||
% Local package requirements
|
||
%---------------------------------
|
||
|
||
\usepackage{enumitem}
|
||
\usepackage{tabularx}
|
||
\usepackage{array}
|
||
\usepackage{multirow}
|
||
\usepackage{float}
|
||
\usepackage{xcolor}
|
||
\usepackage{soul}
|
||
\usepackage{amsmath}
|
||
\usepackage{footnote}
|
||
\usepackage{footmisc}
|
||
|
||
|
||
\begin{document}
|
||
|
||
\InsertTitle
|
||
|
||
%\tableofcontents
|
||
|
||
|
||
\section{Εισαγωγή}
|
||
|
||
Η παρούσα εργασία αφορά ...
|
||
|
||
\end{document}
|