I have the following table in LaTex:
\begin{tabular}{lll}
\hline\noalign{\smallskip}
first & second & third \\
\noalign{\smallskip}\hline\noalign{\smallskip}
A & C & E \\
B & D & F \\
\noalign{\smallskip}\hline
\end{tabular}
For C
and D
, how can I split each of those two rows to two rows?
Thanks.
Best Answer
If you are trying to obtain (a skeleton of) a tabular from your question How can the following table be created in LaTeX, the solution may be as follows:
If it is an independent question, we can use tabulars inside tabulars, as follows: