I read the documentation but there is no table parameter for center position. Only htbpH.
This is a problem because some of my tables are randomly at the top of the page, and others in the center. It makes reading them annoying.
I read the documentation but there is no table parameter for center position. Only htbpH.
This is a problem because some of my tables are randomly at the top of the page, and others in the center. It makes reading them annoying.
As David Carlisle said, the (p) parameter centers the page.
p or [p], not (p).
–
May 06 '19 at 12:17
\newpage\vfil\begin{table}...\end{table}\vfil\newpage. – May 04 '19 at 23:55