I have a large table which is 2 page in 2 column document, I have used xtabular* environment for it. but it wrapping around the whole document and fill the gaps!
Here is the code:
\documentclass[conference,9pt]{IEEEtran}
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{multirow}
\usepackage{xtab}
\begin{document}
\topcaption{Caption}
\label{tab:seven}
\xentrystretch{-0.1}
\begin{xtabular*}{8.7cm}[t]{|p{2cm}|p{5.8cm}|}
\multicolumn{2}{c}{} \\
\multicolumn{2}{c}{\textbf{Subject}} \\
\hline
\textbf{Metric} & \textbf{Description}\\
\hline
\textit{a} & {b} \\
\emph{a} & {b} \\
\emph{a} & {b}\\
\emph{a} & {b}\\
\emph{a} & {b} \\
\emph{a} & {b}\\
\emph{a} & {b}\\
\emph{a} & {b} \\
\emph{a} & {b}\\
\emph{a} & {b}\\
\emph{a} & {b} \\
\emph{a} & {b}\\
\emph{a} & {b}\\
\emph{a} & {b} \\
\emph{a} & {b}\\
\emph{a} & {b}\\
\emph{a} & {b} \\
\emph{a} & {b}\\
\emph{a} & {b}\\
\emph{a} & {b} \\
\emph{a} & {b}\\
\emph{a} & {b}\\
\hline
\multicolumn{2}{c}{} \\
\multicolumn{2}{c}{\textbf{Subject}} \\
\hline
\textbf{Metric} & \textbf{Description}\\
\hline
\textit{a} & {b} \\
\emph{a} & {b} \\
\emph{a} & {b}\\
\emph{a} & {b}\\
\emph{a} & {b} \\
\emph{a} & {b}\\
\emph{a} & {b}\\
\emph{a} & {b} \\
\emph{a} & {b}\\
\emph{a} & {b}\\
\emph{a} & {b} \\
\emph{a} & {b}\\
\emph{a} & {b}\\
\emph{a} & {b} \\
\emph{a} & {b}\\
\emph{a} & {b}\\
\hline
\multicolumn{2}{c}{} \\
\multicolumn{2}{c}{\textbf{Subject}} \\
\hline
\textbf{Metric} & \textbf{Description}\\
\hline
\textit{a} & {b} \\
\emph{a} & {b} \\
\emph{a} & {b}\\
\emph{a} & {b}\\
\emph{a} & {b} \\
\emph{a} & {b}\\
\emph{a} & {b}\\
\emph{a} & {b} \\
\emph{a} & {b}\\
\emph{a} & {b}\\
\emph{a} & {b} \\
\emph{a} & {b}\\
\emph{a} & {b}\\
\hline
\end{xtabular*}
\end{document}
is the resulting picture. I wish it could represent the problem.
How can I fix it?
tabularrather than using a package for tables that allow page breaking. – David Carlisle Nov 10 '17 at 22:37xtabular*. The three table with in thextabular*should place exactly after each other so I put them in same environment. the problem is that, the other table (table IX in the picture) is in the middle of my large table. – user3806649 Nov 10 '17 at 22:43\clearpagebefore the multipage table, but otherwise edit the example so it is an example of the problem. – David Carlisle Nov 10 '17 at 22:46\clearpagesolve the problem. – user3806649 Nov 10 '17 at 22:52