Does somebody know a command that the table can be split up into two columns? Or do I have to write the table with two columns from the begin?
I used these code for the table:
Code: Select all
\begin{table}
\begin{tabular}{|l|l|l|}
Names & Values & Type \\
Names & Values & Type \\
\end{tabular}
\end{table}
|Names | Values | Type | |Names | Values | Type |
Thank you for your trouble