OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: 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 (robert@cogent.ca)
Cogent Real-Time Systems (www.cogent.ca)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC