Widows and Orphans

2002-11-29 Thread Adam . Clarke

Hi,

I am a newbie to the FOP so please excuse me if this is a really dumb
question but, I have been trying to get Widows and Orphans to operate in
the FOP.

I have been able to get it to work successfully on the supplied example
file (widowsorphans.fo) in fop-0.18.1, but not in fop-0.20.3 or fo-0.20.4.
I have also tried the latest CVS version. Which came as a snapshot.  Also
my FO file will not process in fop-0.18.1 (out memory and crashes).

Does any one have any thoughts or suggestions?

Adam Clarke

There are 10 kinds of people in the world: those who understand binary, and
those who don't.



Notice: This message contains privileged and confidential information
intended only for the use of the addressee named above. If you are not the
intended recipient of this message you are hereby notified that you must
not disseminate, copy or take any action in reliance on it.   If you have
received this message in error please notify Moore Business Systems (61 3
9270 8777) immediately. http://www.moore.com.au



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



Re: Widows and Orphans

2002-11-29 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote:
I am a newbie to the FOP so please excuse me if this is a really dumb
question but, I have been trying to get Widows and Orphans to operate in
the FOP.
They are not implemented yet. You can use blind table with keep-* 
properties specified on table rows to emulate them.

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Widows and Orphans Setting

2002-03-25 Thread S. Jayaraman
Hi folks

I have a problem. I am trying to use the attributes widows and orphans
to control the page break. I wish to avoid the situation that a title dos
not come at the end of a page alone. It should come in the next page, if
there is no space for 3-4 lines following it.

Please refer to the fop extract below.

I still end up with the situation that the title appears in one page and the
text appears in the next page.

Where am I going wrong ?

Thanx a million in advance

Rgds
Jay



* FOP EXTRACT  

fo:block text-align=start orphans=3 widows=3
Here is a title
fo:block space-after=0.0cm
This is the text that should come under the title.. There are 
many lines.
This is cut off
in this mail..
/fo:block
/fo:block

 END OF FOP EXTRACT *



Re: Widows and Orphans Setting

2002-03-25 Thread J.Pietschmann
S. Jayaraman wrote:
I have a problem. I am trying to use the attributes widows and orphans
to control the page break.
You are probably out of luck. The table of implemented
features (you can find it in your distribution, file
docs/html-docs/implemented.html or on the Apache Fop
site) does not mention either property, and states
All other properties are not implemented.
The implementation of this and some related features
is the object of the current efford, but it will take
some time to get it done.
J.Pietschmann