Re: inline space

Subject: Re: inline space
From: "Russell Steven Shawn O'Connor" <roconnor@xxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 10 Apr 1998 11:49:49 -0400 (EDT)
> > How about using an inline-space?
> > 
> > (inline-space 12pt min: 10pt max: 14pt)
> > 
> > See 12.5.4.2 of the standard.
> 
> An inline-space isn't a flow object.  You can only use it as the value
> of a characteristic whose type is inline-space (eg
> escapement-space-before).

Yes, I've tried the following with Jade (RTF) without success:

(make character
      char: #\space
      space?: #t
      inline-space-space:
       (inline-space (* 0.27777 (inherited-font-size))
                     min: (* 0.27777 (inherited-font-size))
                     max: (* 0.27777 (inherited-font-size))
       )
)

It seems that no matter what size I try to give it I get one space worth
of space.

Which leaves me with my original question.

As an aside it seems that:

jade -c \sgml\catalog\xml.soc -d MathML.dsssl -t rtf calc1.mml

doesn't work.  It applies the xml declaration to the stylesheet.  Looks
like I'll have to use:

jade -d MathML.dsssl -t rtf \sgml\decl\xml.decl calc1.mml

after all.

-- 
Russell O'Connor                           roconnor@xxxxxxxxxxxx
    <URL:http://www.undergrad.math.uwaterloo.ca/%7Eroconnor/>
"And truth irreversibly destroys the meaning of its own message"
-- Anindita Dutta, "The Paradox of Truth, the Truth of Entropy"


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


Current Thread
  • inline space
    • Russell Steven Shawn O'Connor - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id WAA07831Wed, 8 Apr 1998 22:40:59 -0400 (EDT)
      • <Possible follow-ups>
      • Frank A. Christoph - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id EAA17964Thu, 9 Apr 1998 04:33:43 -0400 (EDT)
        • Tony Graham - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id KAA21111Thu, 9 Apr 1998 10:16:27 -0400 (EDT)
        • James Clark - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id DAA07818Fri, 10 Apr 1998 03:16:49 -0400 (EDT)
          • Russell Steven Shawn O'Connor - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id LAA12456Fri, 10 Apr 1998 11:55:00 -0400 (EDT) <=
      • Yan Sorkin - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id LAA17706Wed, 15 Apr 1998 11:57:10 -0400 (EDT)