Please, how to break headers titles in a table ?
\begin{table}[H]
\begin{tabular}[h]{|p{2cm}||p{2cm}}
\hline
{title one} & {title two} \\ \hline\hline
\end{tabular}
\caption{title}
\end{table}
Thank you.
|
Please, how to break headers titles in a table ?
Thank you. |
||||
|
|
|
You can use
I used the vertical rules as visual reference points. On a side note, with such narrow columns, you could consider setting them ragged right. |
|||||||||||
|