Search found 2 matches

by LatexMaster
Mon Aug 23, 2010 5:35 pm
Forum: General
Topic: Problems with itemize in tabular and footnotes
Replies: 9
Views: 110260

Problems with itemize in tabular and footnotes

gmedina wrote:Did you even bother to read the answer I gave two replies before your post?
Oops, sorry I actually oversaw your last sentence.
by LatexMaster
Mon Aug 23, 2010 12:53 pm
Forum: General
Topic: Problems with itemize in tabular and footnotes
Replies: 9
Views: 110260

Problems with itemize in tabular and footnotes

Hi all,
I found out why sometimes it works and sometimes not:

The following code works:
\begin{tabular}{|c|p{5cm}|p{5cm}|}
\hline
blabla & \begin{itemize}
\item First item
\item Second item
\item 3 item
\end{itemize} &
\begin{enumerate}
\item item 1
\item item 2
\item item 3
\end{enumerate ...