From: James D. <j-d...@us...> - 2003-04-27 23:30:25
|
In message <87a...@do...> on Sun, Apr 27, 2003 at 11:38:51PM +0200, Steinar Bang wrote: > If I put <programlisting> or <screen> inside a table <entry>, I get > error messages like the one below: > > ! LaTeX Error: Something's wrong--perhaps a missing \item. Hi, this is a paragraph-/lr- mode issue. This also arises with list environments and our basic workaround is to force p-type or X-type columns. I had simply not realised that Verbatim also required this workaround. But there is an additional problem with verbatim environments...they won't work with tabularx (which DB2LaTeX uses in some circumstances). I'm not sure about this one... I have implemented a workaround like the one you suggested, though. |