I have a footnote in the text. However, there is a table with \begin{table}[b]. The table appears below the footnote now. Like this:
How can I make sure that the footnote is at the bottom instead of the table?
I have a footnote in the text. However, there is a table with \begin{table}[b]. The table appears below the footnote now. Like this:
How can I make sure that the footnote is at the bottom instead of the table?
fnpos, see https://tex.stackexchange.com/a/133295/11604 – Fran Feb 24 '21 at 06:57\usepackage[bottom]{footmisc}. – Mico Feb 24 '21 at 07:05