This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 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
  <tjeffress@altavista.net>

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]