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�rd 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, [EMAIL PROTECTED]
> (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


Reply via email to