Next in thread → Next in month →

Re: DOCBOOK-APPS: Variablelist <term> left justified in PDF output

From
Bob McIlvride <>
Date
2001-07-20T20:07:41+00:00
ID
Thread
Re: DOCBOOK-APPS: 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 ()
Cogent Real-Time Systems (www.cogent.ca)
Next in thread → Next in month →