University of Thessaly report template
Author
Georgios Giannakopoulos
Last Updated
un anno fa
License
Creative Commons CC BY 4.0
Abstract
A report submitted to the University of Thessaly
This template is in English language
A report submitted to the University of Thessaly
This template is in English language
% University of Thessaly
% Polytechnic School
% Department of Electrical and Computer Engineering
%------------------------------------------------
\documentclass[a4paper,oneside,12pt]{book}
%\usepackage[EN, T1]{fontenc}
\usepackage[english]{babel}
%\usepackage{alphabeta}
\usepackage{newtxtext}
\usepackage{substitutefont}
%\substitutefont{EN}{\rmdefault}{txr}
\usepackage{amsbsy, amsmath, amsfonts}
\usepackage{siunitx}
\usepackage{graphicx}
% text sub- and superscripts
\newcommand{\spr}[1]{\ensuremath{^\textrm{#1}}}
\newcommand{\sub}[1]{\ensuremath{_\textrm{#1}}}
% better tables
\usepackage{multirow}
\usepackage{booktabs}
% links
%\usepackage{color}
\usepackage[]{hyperref}
\usepackage{enumitem} % better lists
%bibliography
\usepackage[backend=biber,style=numeric,sorting=none,natbib=true, babel=other,bibencoding=auto, language=autobib,giveninits=true]{biblatex}
\addbibresource{myrefs.bib} %file of biblatex
\newcommand{\sw}{\selectlanguage{english}}
%\newcommand{\sq}{\selectlanguage{greek}}
%\newcommand{\eng}[1]{\latintext#1\greektext}
\newcommand{\gre}[1]{\greektext#1\latintext}
% figures and tables
\usepackage{caption}
\captionsetup[figure]{labelfont=it,textfont=it}
\captionsetup[table]{labelfont=it,textfont=it}
\usepackage{subfig}
\usepackage[strict]{changepage}
% Define margins
\usepackage[left=2.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm,includehead,includefoot,headheight=16pt]{geometry}
% Page headers
\usepackage{fancyhdr}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyhead[L]{\nouppercase{\leftmark}}
\cfoot{\thepage}
\pagestyle{fancy}
% Line spacing
\usepackage{setspace}
\setstretch{1.5}
% Defines uth-specific title page
\usepackage{mieUTHtitle-en}
%Correct spelling of words. If the spelling of a word is incorrect and LaTex puts a hyphen at the wrong place on a line break then we give the correct spelling here.
%\babelhyphenation[greek]{Anti-here}
%-------------------------------------------
\begin{document}
% Fill in your details
\author{First Name Last Name}
\title{Title}
\maketitle
\frontmatter
\pagestyle{plain}
\end{document}