Re: Title Page with a Table

Subject: Re: Title Page with a Table
From: Richard Light <richard@xxxxxxxxxxxxxxxxx>
Date: Fri, 20 Feb 1998 07:55:14 +0000
In message <34EC87E2.CD4531CC@xxxxxxxxxxxxxxxx>, Chuck Darney
<cdarney@xxxxxxxxxxxxxxxx> writes
>I'm still trying to devfelop a title page.  At trhe suggestion of
>Lassi.Turra@xxxxxxx, I'm using a table to handle proper positioning.  I
>hadn't even considered that, but it seemed such a simple and logical
>choice for positioning the fixed information properly.

I tackled this task directly within simple-page-sequence.  One trick I
used was to output text in _white_, to force Word to take notice of my
spacing directives for the image that is the first thing to appear on
the page:

(mode title-page
   (default (empty-sosofo))
   (element (doc title)
      (make sequence
          (make paragraph
                space-before: 30mm
                space-after: 30mm
                color: *white* ;!! to print 'invisible' text so that a
para mark will appear!
                (make external-graphic
                      entity-system-id: "logo/mylogo.eps"
                      display?: #t
                      display-alignment: 'start
                      space-before: 10mm
                      space-after: 10mm
                )
                (literal " XXX") ;!! this is invisible, because it's
white!
          )
          (make paragraph
                font-family-name: *titlefont*
                font-weight: 'bold
                font-size: 30pt
                line-spacing: 35pt
                quadding: 'center
                space-before: 50pt
                (process-children)
          )
          (grey-rule 10pt)
      )
   )
   ...

Word has a (reasonable) tendency to ignore spacing instructions if it
can't find any text to apply them to.

More generally (but less helpfully!), it seems to me that this is the
sort of thing which the 'proper' page-sequence flow object, with its
page-region-specifications, will do beautifully once there is software
to support it.

Richard Light.

Richard Light
SGML/XML and Museum Information Consultancy
richard@xxxxxxxxxxxxxxxxx


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


Current Thread
  • Title Page with a Table
    • Chuck Darney - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id OAA26168Thu, 19 Feb 1998 14:30:08 -0500 (EST)
      • Norman Walsh - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id PAA27405Thu, 19 Feb 1998 15:53:22 -0500 (EST)
      • Richard Light - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id DAA11157Fri, 20 Feb 1998 03:25:11 -0500 (EST) <=