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