I am trying to make two dofferent lists in two coulmns of table, but I am getting an error:
something wrong perhaps missing \item
here is my code \begin{tabular}{cc}
\begin{mylist}
\item text
\item text
\item text
\item text
\item text
\end{mylist} &
\begin{mylist}
\item text
\item text
\item text
\item text
\end{mylist}
\end{tabular}
Thanks for any help.
cis like\mboxyou need a cell for vertical material so notccbutp{3cm}p{3cm}– David Carlisle Jun 03 '14 at 13:54&the&is separating table cells. – David Carlisle Jun 03 '14 at 13:59\&just prints the&character, so it is no wonder, that your problem vanished after that, but it is not of use if you want to have the column separator in a table – Jun 03 '14 at 14:00