Re: DOCBOOK-APPS: programlisting problems

From
Terry L Jeffress <>
Date
2001-03-15T17:55:04+00:00
ID
Thread
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
  <>