Browse Source

fix: pin footnotes to the bottom

develop
Ezerous 3 years ago
parent
commit
ac1356c34a
  1. 1
      misc/packages.tex

1
misc/packages.tex

@ -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

Loading…
Cancel
Save