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: Variablelist <term> left justified in PDF output


Bob McIlvride wrote:
> 
> The <term> in <variablelist> gets moved to the left margin in our PDF
> output. The output looks similar to this:

This behavior is due to a seemingly errant line in the print/dblists.dsl
stylesheet:

(element (varlistentry term)
    (make paragraph
          space-before: (if (first-sibling?)
                            %block-sep%
                            0pt)
          keep-with-next?: #t
          first-line-start-indent: 0pt
;          start-indent: 0pt  <--- Problem line is here.
          (process-children)))

The "start-indent: 0pt" wasn't in 1.70, but appears in 1.71.  Taking it
out makes the indentation work OK.  Is it a bug or does it serve some
purpose?

Cheerio!

Bob

---------------------------------------
Robert McIlvride (robert@cogent.ca)
Cogent Real-Time Systems (www.cogent.ca)

------------------------------------------------------------------
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]