Problems with baseline-shift

2002-04-18 Thread Emma Larsson

Hi all,

I'm trying to do the following:

xsl:template match=superscript
xsl:if test=string(.)
fo:inline baseline-shift='super'
xsl:apply-templates/
/fo:inline
/xsl:if
/xsl:template

The XML file can look something like:
paragraph blablabla superscripttest/superscript blablabla /paragraph

That is, I'm trying to shift the text to superscript... Like in 1*10^8, with the 8 
'hanging' above the rest..

However, it does not work.. Nothing happens. What have I done wrong?

Thanks!
Emma


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Problems with baseline-shift

2002-04-18 Thread Etwin van Krimpen

Hi,

try vertical-align=super.

Regards, Etwin


- Original Message -
From: Emma Larsson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 18, 2002 2:00 PM
Subject: Problems with baseline-shift


Hi all,

I'm trying to do the following:

xsl:template match=superscript
xsl:if test=string(.)
fo:inline baseline-shift='super'
xsl:apply-templates/
/fo:inline
/xsl:if
/xsl:template

The XML file can look something like:
paragraph blablabla superscripttest/superscript blablabla /paragraph

That is, I'm trying to shift the text to superscript... Like in 1*10^8, with
the 8 'hanging' above the rest..

However, it does not work.. Nothing happens. What have I done wrong?

Thanks!
Emma


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Problems with baseline-shift

2002-04-18 Thread Jeremias Maerki

I think baseline-shift is not implemented, yet. Try vertical-align
instead. There's an example in docs/examples/footnotes/columns.fo.

Please post this kind of question on the fop-user mailing list in the
future. Thanks!

 I'm trying to do the following:
 
 xsl:template match=superscript
 xsl:if test=string(.)
 fo:inline baseline-shift='super'
 xsl:apply-templates/
 /fo:inline
 /xsl:if
 /xsl:template
 
 The XML file can look something like:
 paragraph blablabla superscripttest/superscript blablabla /paragraph
 
 That is, I'm trying to shift the text to superscript... Like in 1*10^8, with the 8 
'hanging' above the rest..
 
 However, it does not work.. Nothing happens. What have I done wrong?

Cheers,
Jeremias Märki

mailto:[EMAIL PROTECTED]

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
Tel. +41 41 317 2020 - Fax +41 41 317 2029
Internet http://www.outline.ch


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Problems with baseline-shift

2002-04-18 Thread Emma Larsson

What element is vertical-align attribute to? I can't find it.. 

Thanks for the quick respond!

/Emma

- Original Message - 
From: Etwin van Krimpen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 18, 2002 2:10 PM
Subject: Re: Problems with baseline-shift


 Hi,
 
 try vertical-align=super.
 
 Regards, Etwin
 
 
 - Original Message -
 From: Emma Larsson [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, April 18, 2002 2:00 PM
 Subject: Problems with baseline-shift
 
 
 Hi all,
 
 I'm trying to do the following:
 
 xsl:template match=superscript
 xsl:if test=string(.)
 fo:inline baseline-shift='super'
 xsl:apply-templates/
 /fo:inline
 /xsl:if
 /xsl:template
 
 The XML file can look something like:
 paragraph blablabla superscripttest/superscript blablabla /paragraph
 
 That is, I'm trying to shift the text to superscript... Like in 1*10^8, with
 the 8 'hanging' above the rest..
 
 However, it does not work.. Nothing happens. What have I done wrong?
 
 Thanks!
 Emma
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




AW: Problems with baseline-shift

2002-04-18 Thread Henrik Holle

fo:inline vertical-align=super .../fo:inline

-Ursprüngliche Nachricht-
Von: Emma Larsson [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 18. April 2002 14:13
An: [EMAIL PROTECTED]
Betreff: Re: Problems with baseline-shift


What element is vertical-align attribute to? I can't find it..

Thanks for the quick respond!

/Emma

- Original Message -
From: Etwin van Krimpen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 18, 2002 2:10 PM
Subject: Re: Problems with baseline-shift


 Hi,

 try vertical-align=super.

 Regards, Etwin


 - Original Message -
 From: Emma Larsson [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, April 18, 2002 2:00 PM
 Subject: Problems with baseline-shift


 Hi all,

 I'm trying to do the following:

 xsl:template match=superscript
 xsl:if test=string(.)
 fo:inline baseline-shift='super'
 xsl:apply-templates/
 /fo:inline
 /xsl:if
 /xsl:template

 The XML file can look something like:
 paragraph blablabla superscripttest/superscript blablabla
/paragraph

 That is, I'm trying to shift the text to superscript... Like in 1*10^8,
with
 the 8 'hanging' above the rest..

 However, it does not work.. Nothing happens. What have I done wrong?

 Thanks!
 Emma


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Problems with baseline-shift

2002-04-18 Thread Emma Larsson

Thank you.. I'm sorry about posting this question to the wrong list.. It wont happen 
again!


- Original Message - 
From: Henrik Holle [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 18, 2002 2:15 PM
Subject: AW: Problems with baseline-shift


 fo:inline vertical-align=super .../fo:inline
 
 -Ursprüngliche Nachricht-
 Von: Emma Larsson [mailto:[EMAIL PROTECTED]]
 Gesendet: Donnerstag, 18. April 2002 14:13
 An: [EMAIL PROTECTED]
 Betreff: Re: Problems with baseline-shift
 
 
 What element is vertical-align attribute to? I can't find it..
 
 Thanks for the quick respond!
 
 /Emma
 
 - Original Message -
 From: Etwin van Krimpen [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, April 18, 2002 2:10 PM
 Subject: Re: Problems with baseline-shift
 
 
  Hi,
 
  try vertical-align=super.
 
  Regards, Etwin
 
 
  - Original Message -
  From: Emma Larsson [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, April 18, 2002 2:00 PM
  Subject: Problems with baseline-shift
 
 
  Hi all,
 
  I'm trying to do the following:
 
  xsl:template match=superscript
  xsl:if test=string(.)
  fo:inline baseline-shift='super'
  xsl:apply-templates/
  /fo:inline
  /xsl:if
  /xsl:template
 
  The XML file can look something like:
  paragraph blablabla superscripttest/superscript blablabla
 /paragraph
 
  That is, I'm trying to shift the text to superscript... Like in 1*10^8,
 with
  the 8 'hanging' above the rest..
 
  However, it does not work.. Nothing happens. What have I done wrong?
 
  Thanks!
  Emma
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, email: [EMAIL PROTECTED]
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, email: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]