From ac1356c34ab8dfcf764d9e65ddaf32262c2fdead Mon Sep 17 00:00:00 2001 From: Ezerous Date: Mon, 31 Jan 2022 13:05:38 +0200 Subject: [PATCH] fix: pin footnotes to the bottom --- misc/packages.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/packages.tex b/misc/packages.tex index 4e915a2..8c604c3 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