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: Haw force last page to be blank?

2002-01-07 Thread Etwin van Krimpen

Dariusz,

Try this:

fo:page-sequence format=1 initial-page-number={$initial.page.number}
  force-page-count=end-on-even
  master-reference=body
...

Regards,

Etwin


- Original Message -
From: Dariusz Grabowski [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, January 07, 2001 11:58 AM
Subject: Haw force last page to be blank?



 Hi .
 I have a problem using blank-or-not-blank tries.
 Im going to create a following print job:

 first page contains different layout that other pages.
 even pages are blank
 odd pages contain text.
 Document must contain even number of pages. This means that last page must
be
 blank.

 Have somebody same idea? The best way will be sample file.

 With Best Regards
 Dariusz Grabowski




 -
 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: overflow=hidden and big images...

2001-10-23 Thread Etwin van Krimpen

Fop doesn't support block-container. See:
http://xml.apache.org/fop/implemented.html

Regards, Etwin

- Original Message -
From: Beer, Christian [EMAIL PROTECTED]
To: Fop-liste (E-Mail) [EMAIL PROTECTED]
Sent: Tuesday, October 23, 2001 4:09 PM
Subject: overflow=hidden and big images...


 Hi Folks!

 I wanted to put a logo on a letter using a block-container
 where I put my image in. The image should be clipped if it is
 too big.
 But all that happens is that the image disapears. Also if I
 used overflow=visible the image disapears. Is that a bug or
 a feature??

 Christian

 __
 DIRON Wirtschaftsinformatik GmbH  Co. KG
 Christian Beer  ([EMAIL PROTECTED])
 Daimlerweg 39-41Tel. : +49(251)979-200
 48163 Muenster  Fax  : +49(251)979-2020
 Germany 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]