Re: (dsssl) Vertical centering

Subject: Re: (dsssl) Vertical centering
From: tmcd@xxxxxxxxx
Date: Tue, 29 Apr 2003 11:38:28 -0400 (EDT)
Dan Richter <daniel.richter@xxxxxxxxx> wrote:
>        (make paragraph     ;; This paragraph has no content.
>          space-after: 6cm  ;; It's just for spacing.
>          color: white      ;; White = invisible.
>          (literal "."))

Clever.  I'll have to remember that.

I'd like to echo what DaveP said: I've used (empty-sosofo) to get
extra vertical space, so I'd do the above as
       (make paragraph     ;; This paragraph has no content.
         space-after: 6cm  ;; It's just for spacing.
         (empty-sosofo)
         )

(I'm unrepentant in doing it like C style, where a curly brace gets
its own line if separated from the opening.  It's religious, I
suppose.)

-- 
Tim McDaniel, tmcd@xxxxxxxxx; tmcd@xxxxxxxxxx is my work address

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

Current Thread