Next in thread → Next in month →

Re: DOCBOOK-APPS: too much space before itemizedlist

From
"Kuan Q. [igoya"
Date
2002-02-01T07:39:10+00:00
ID
Thread
Re: DOCBOOK-APPS: too much space before itemizedlist
In the tex backend it doesn't work well. I suppose it would
be necessary to also provide a "space-before" somewhere,
but I gave up of this question long time ago :-(

Regards,

Juan R. Migoya
SPAIN

Tim Terleg緳d wrote:

> 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
Next in thread → Next in month →