In a two column document in LaTeX, is there any way to put a table* (a table spanning both columns) at the bottom of the page? The obvious doesn't work:
\begin{table*}[b] % b!, hb, hb!, etc. doesn't work either
%... a wide table
\end{table*}
[hbtp], but that was not the case. I really had to change the placement to[bp]for the tamble to be placed on the bottom of the page. – Filipe Correia Feb 16 '23 at 16:04[tp]or maybe[tp!]. – Noein Feb 15 '24 at 22:59