Say I want the !htbp placement option for every single float in my document. Other than adding it manually as in
\begin{figure}[!htbp]
...
\end{figure}
\begin{table}[!htbp]
...
\end{table}
is there a way to add this option for all floats automatically in one command, so I don't have to type it out every time?
\fps@figureand\fps@table. But instead of using!, I would recommend to adapt the other floating parameters. – cabohah Feb 17 '23 at 10:35\floatplacement(page 3). – John Kormylo Feb 17 '23 at 14:54