\begin{tabular}{lp{3cm}l}
A &
\begin{verbatim}
B
C
\end{verbatim}
&
D
\end{tabular}
But it seems like an extra line of text is gratuitiously inserted
above the verbatim environment. I can't figure out how to get rid of
this, so I'd like to insert something like
\vspace{-\lineheight}
analogously to \linewidth. But there isn't any \lineheight command.
Does anyone have suggestions on obtaining the desired result?
Put it in a minipage environment.
Also see packages listed here:
http://groups.google.com/group/comp.text.tex/browse_frm/thread/f7e16961ca6edaed/
and varwidth.sty
Donald Arseneau