(dsssl) Alignment in a grid

Subject: (dsssl) Alignment in a grid
From: Jan Scheffczyk <herta@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 27 Feb 2001 10:37:55 +0100
Hello,

I try to make a one-columns grid flow object which's grid-cells should be 
aligned to the left. The stylesheet looks like the following:

(element mmultiline
  (make grid
   grid-n-columns: 1
   grid-equidistant-rows?: #t
   grid-equidistant-columns?: #t
   grid-column-alignment: 'start
   grid-row-alignment: 'start 
    (process-children)))

(element (mmultiline mrow)
  (make grid-cell
   quadding: 'start
   (process-children)))

Unfortunately this does not work -- the grid cells are always(!) centered. 

I'm using jadetex 3.2. Is there any solution to the problem?

By the way -- is there any possibility to specify the space between two rows 
in a grid? I didn't find it in the specification....

Thanks a lot

Regards,
Jan

-- 
Jan Scheffczyk
Student of Computer Science
University of the Federal Armed Forces, Munich
HP: http://www.rz.unibw-muenchen.de/~j8sj0499

 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist

Current Thread