← Prev in month ← Prev in thread

DOCBOOK-APPS: too much space before itemizedlist

From
Tim Terlegård <>
Date
2002-01-31T20:40:00+00:00
ID
Thread
DOCBOOK-APPS: too much space before itemizedlist
Is it possible to decrease the space before an itemizedlist?
dblists.dsl contains:

;; Improve spacing on lists, remove extra space before..
;; Suggested by Adam Di Carlo, 
(define ($list$)
  (make display-group 
    start-indent: (if (INBLOCK?)
                      (inherited-start-indent)
                      (+ %block-start-indent% (inherited-start-indent)))
    space-after:  (if (INLIST?) %para-sep% %block-sep%)))

In what way does that "remove extra space before"? I think there is too much 
space.

Cheers,
Tim
← Prev in month ← Prev in thread