|
@ -19,6 +19,7 @@ |
|
|
\usepackage{custom-packages/greek-enumerate} % Greek enumeration for ordered item lists |
|
|
\usepackage{custom-packages/greek-enumerate} % Greek enumeration for ordered item lists |
|
|
\usepackage{float} % For \begin{figure}[H] |
|
|
\usepackage{float} % For \begin{figure}[H] |
|
|
\usepackage[font={footnotesize, it}]{caption} % For captions under figures |
|
|
\usepackage[font={footnotesize, it}]{caption} % For captions under figures |
|
|
|
|
|
\usepackage[bottom]{footmisc} |
|
|
\DeclareCaptionLabelFormat{AppendixBTables}{Πίνακας B.#2} |
|
|
\DeclareCaptionLabelFormat{AppendixBTables}{Πίνακας B.#2} |
|
|
\usepackage{tabularx} % Support for break lines inside table cells |
|
|
\usepackage{tabularx} % Support for break lines inside table cells |
|
|
\usepackage{multirow, booktabs} % Useful table styling commands |
|
|
\usepackage{multirow, booktabs} % Useful table styling commands |
|
@ -34,8 +35,11 @@ |
|
|
\usepackage{appendix} % Appendix helpers |
|
|
\usepackage{appendix} % Appendix helpers |
|
|
\usepackage[onehalfspacing]{setspace} |
|
|
\usepackage[onehalfspacing]{setspace} |
|
|
|
|
|
|
|
|
% --- fancyhdr --- |
|
|
% --- titlesec --- |
|
|
|
|
|
\usepackage{titlesec} |
|
|
|
|
|
\titlespacing*{\section}{0pt}{2\baselineskip}{\baselineskip} |
|
|
|
|
|
|
|
|
|
|
|
% --- fancyhdr --- |
|
|
\usepackage{fancyhdr} |
|
|
\usepackage{fancyhdr} |
|
|
\pagestyle{fancy} |
|
|
\pagestyle{fancy} |
|
|
\fancyhead[L]{\nouppercase{\rightmark}} |
|
|
\fancyhead[L]{\nouppercase{\rightmark}} |
|
|