I have a tabular inside an itemize environment:
\documentclass{article}
\begin{document}
\begin{itemize}
\item[(b)]
\begin{tabular}{|c|c|}
...
\end{tabular}
\end{itemize}
\end{document}
It looks like this:
But I want it to look like this:
I.e. I want to align the top of the table to the present item baseline. How?



cis the default, so a change totis correct – Jun 22 '16 at 19:35