Re: Java Result: 2 Why?

2006-05-05 Thread Jeremias Maerki
(Comments inline...) On 04.05.2006 13:48:05 David wrote: Dear members, I am getting problmes when getting generating the PDF file from using FOP. I am using DocBook, vía Ant: presetdef name=docbook java classname=com.icl.saxon.StyleSheet fork=true dir=${doc.ref.src.dir}

Re: conditional page break

2006-05-05 Thread Karl Roberts
Hi, Carrying on from this thread: http://www.nabble.com/forum/ViewTopic.jtp?topic=725743tview=dump#a19023 05 Where the answer to stopping a block spanning a page break but actually go onto the next page if there's not enough room to render the whole block, instead of spanning the page break,

Re: vertical-align 50% does not work?

2006-05-05 Thread Manuel Mall
On Friday 05 May 2006 15:45, Dirk Bromberg wrote: Hi all, fo:inline font-size=12pt vertical-align=50%.../fo:inline does result as: ERROR org.apache.fop.fo.PropertyList - No conversion defined 50%; property:'vertical-align' but the website:

Error while creating font metric file

2006-05-05 Thread kralik
Hi, I am trying to create font metrics file for FOP Trunk. I use the following command: java org.apache.fop.fonts.apps.TTFReader C:\myfont\times.ttf C:\FopTrunk\conf\my_new_font.xml In my CLASSPATH I have:

Re: Java Result: 2 Why?

2006-05-05 Thread David
Dear Glen Mazza and others,Glen Mazza [EMAIL PROTECTED] wrote:More detective work seems needed. Have you tried to create the absolutely most minimal Docbook document possible, to see if the error still occurs? This would help determine if the problem is in the text (in which case, you can

Re: Error while creating font metric file

2006-05-05 Thread Dirk Bromberg
You shoud you use some like: java -cp build\fop.jar;lib\avalon-framework-4.2.0.jar;lib\commons-logging-1.0.4.jar;lib\commons-io-1.1.jar org.apache.fop.fonts.apps.TTFReader ?? the jars have version numbers in... Dirk kralik wrote: Hi, I am trying to create font metrics file for FOP Trunk.

Re: vertical-align 50% does not work?

2006-05-05 Thread Dirk Bromberg
It is working. Thanks. Dirk Manuel Mall wrote: On Friday 05 May 2006 15:45, Dirk Bromberg wrote: Hi all, fo:inline font-size=12pt vertical-align=50%.../fo:inline does result as: ERROR org.apache.fop.fo.PropertyList - No conversion defined 50%; property:'vertical-align' but the website:

Re: vertical-align 50% does not work?

2006-05-05 Thread Dirk Bromberg
Now I've seen that on XEP there is a property to aviod the shift of the normal text when there is a piec of super text (Line gets heigher...) |* http://www.stylusstudio.com/api/fop-0.20.5/org/apache/fop/fo/properties/DominantBaseline.htm#NO_CHANGE*|line-stacking-strategy=max-height

Re: Java Result: 2 Why?

2006-05-05 Thread David
Jeremias Maerki,Concerning to the ant task I am directly invoking java, do you think gain something invoking it via ant?Greate, the-d option gives a little more details, thanks, but no so much from the user point of view. I get the following output:Buildfile: P:\LRA\build.xml

Re: vertical-align 50% does not work?

2006-05-05 Thread Manuel Mall
On Friday 05 May 2006 20:09, Dirk Bromberg wrote: Now I've seen that on XEP there is a property to aviod the shift of the normal text when there is a piec of super text (Line gets heigher...) |* http://www.stylusstudio.com/api/fop-0.20.5/org/apache/fop/fo/propert

Re: vertical-align 50% does not work?

2006-05-05 Thread Dirk Bromberg
Manuel Mall wrote: On Friday 05 May 2006 20:09, Dirk Bromberg wrote: Now I've seen that on XEP there is a property to aviod the shift of the normal text when there is a piec of super text (Line gets heigher...) |* http://www.stylusstudio.com/api/fop-0.20.5/org/apache/fop/fo/propert

Re: conditional page break

2006-05-05 Thread Jeremias Maerki
Are you looking for keep-together.within-page=always or do I misunderstand what you're after? On 05.05.2006 09:07:07 Karl Roberts wrote: Hi, Carrying on from this thread: http://www.nabble.com/forum/ViewTopic.jtp?topic=725743tview=dump#a19023 05 Where the answer to stopping a block

preliminary report on thesis and memory use

2006-05-05 Thread Paul Tremblay
About a month ago I asked if FOP could handle a thesis about 100 pages long with a table of contents at the beginning. I was told the best way to answer the question was to write the stylesheets to convert the thesis to FO and use FOP to convert it. It obviously took me a little bit of time to do