Re: floating figures

Subject: Re: floating figures
From: Sebastian Rahtz <s.rahtz@xxxxxxxxxxxxxx>
Date: Sun, 9 Aug 1998 14:29:42 +0100
Louis-Dominique Dubeau writes:
 > I'm trying to get figures (converted into external-graphic objects) to
 > float instead of breaking the flow of text.  I've looked at the DSSSL
 > standard and it seems that to do that, I'd need to create a
 > column-set-sequence and use the top-float zone.  However, Jade doesn't
 > seem to currently support those.
 > 

the TeX backend to Jade supports primitive floats with a DSSSL
extension:


(declare-flow-object-class page-float
      "UNREGISTERED::Sebastian Rahtz//Flow Object Class::page-float")
.
.
.

(element fig
 (make page-float
  (make display-group
   (process-children-trim))))
.
.
.
but the RTF thing does not do this. it probably *could*, if hacked

sebastian



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


Current Thread
  • floating figures
    • Louis-Dominique Dubeau - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id QAA27520Fri, 7 Aug 1998 16:17:40 -0400 (EDT)
      • Sebastian Rahtz - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id EAA27896Mon, 10 Aug 1998 04:42:38 -0400 (EDT) <=