a problem again! How to insert items into a particular table cell?
This one fails:
Code: Select all
\begin{tabular}{ll}
A: &
\begin{itemize}
\item how to write,
\item how to test.
\end{itemize} \\
B: & how to produce.
\end{tabular}
Code: Select all
\begin{tabular}{ll}
A: &
\begin{itemize}
\item how to write,
\item how to test.
\end{itemize} \\
B: & how to produce.
\end{tabular}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\begin{tabular}{p{0.5\textwidth}p{0.5\textwidth}}
A: &
\begin{itemize}
\item how to write,
\item how to test.
\end{itemize} \\
B: & how to produce.
\end{tabular}
Code: Select all
\begin{tabular}{p{0.5\textwidth}p{0.5\textwidth}}
\begin{itemize}
\item i1
\item i2
\end{itemize}
txxx & tex2
\end{tabular}
NEW: TikZ book now 40% off at Amazon.com for a short time.