I'm having a problem with the spacing between two tabulars. Because I had too much data to fit on a page in one table, I divided it up in two tables like this:
Code: Select all
\begin{table}
\begin{tabular}
First half of data
\end{tabular}
\begin{tabular}
Other half of data
\end{tabular}
\end{table}
Thanks for reading and I really hope someone can help me.
Greetings,
Matthias