0
\begin{table}[H]
\centering


\begin{subtable}{\textwidth}
\centering
table materials
\caption{sub table 1 }
\end{subtable}

\begin{subtable}{\textwidth}
\centering
table materials
\caption{sub table 2 }
\end{subtable}


\begin{subtable}{\textwidth}
\centering
table materials
\caption{sub table 3 }
\end{subtable}

\caption{Overall caption}
\end{table}

It always takes one whole page for a table with its subtables. So the previous page has a lot empty. So does the later page.

Thank you in advance.

Paulo Cereda
  • 44,220
Vivian
  • 647
  • Your subtables are necessarily wrapped in a table which can not break across pages. I don't know if subtables work inside of a longtable, but you might explore it. Otherwise consider a restructure of your code – cmhughes Oct 24 '13 at 16:03
  • @cmhughes, Hello. Thank you for your comment. As you said, I have t o use other structure. So could you recommend one to me ? – Vivian Oct 25 '13 at 09:54
  • What works for tables works for figures as well, and vice versa. I suggest to close this as duplicate. No need to write up an extra answer, imho. – Johannes_B Mar 05 '15 at 18:04

0 Answers0