Re: DOCBOOK-APPS: programlisting problems
On Thu, Mar 15, 2001 at 12:59:20PM +0100, Carsten Wartmann wrote: > <programlisting> > X > Y > Z > </programlisting> > > Produces in HTML and PDF: > > ----------------- grey box ---------------------- > 1 X > 2 Y > 3 Z > 4 > ------------------------------------------------- I can answer your first question. <programlisting> produces literal output. Use the following: <programlisting>X Y Z</programlisting> Not as pretty in your source code, but produces the intended result. -- Terry L Jeffress <>