Re: total per page

2006-02-01 Thread Jeremias Maerki
I'll be working on page-position="last" this month. :-) But there may also be another aprroach, one that I haven't tested, though: If you define the whole subtotal line inside the marker and not only the value itself, you could simply omit the subtotal line on the last line. That'll get you a slig

Re: total per page

2006-02-01 Thread Andreas L Delmelle
On Feb 1, 2006, at 18:45, Roberto Nunnari wrote: Hi, One more question.. What if I don't want the static area with the subtotal not to be printed on the last page? Is that possible? In theory: yes. You would need to define a fo:conditional-page-master with page-position="last()", which has

Re: total per page

2006-02-01 Thread Roberto Nunnari
Hello. One more question.. What if I don't want the static area with the subtotal not to be printed on the last page? Is that possible? Jeremias Maerki wrote: No, that's the fun about it. fo:retrieve-marker will determine the right marker depending on the decisions of the layout engine using

Re: Problem with linefeed and whitespaces

2006-02-01 Thread Andreas L Delmelle
On Feb 1, 2006, at 17:16, Mike wrote: Hi Mike, i've got text that is separated with linefeeds and whitespaces. Example: This is a test With FOP 0.91beta I could not create a PDF with exactly this output! Is there again a "magic" attribute I've been missing? Sorry. We're currently

Problem with linefeed and whitespaces

2006-02-01 Thread Mike
Hallo, i've got text that is separated with linefeeds and whitespaces. Example: This is a test With FOP 0.91beta I could not create a PDF with exactly this output! Is there again a "magic" attribute I've been missing? This is a test This is a test Thanks for

Re: KnuthSequence

2006-02-01 Thread Jeremias Maerki
A ClassCastException is always a bug in the software. Please post your FO file so we can reproduce and fix the problem. To get rid of the "TODO" warning, please use border-collapse="separate" on every fo:table. On 01.02.2006 16:45:42 news wrote: > Hello List, > > I ve tried to convert an FO

KnuthSequence

2006-02-01 Thread news
Hello List, I ve tried to convert an FO that I used to convert with FOP 0.20.5 with FOP 0.91 beta. The conversion process stopped with a message I can not understand: java.lang.ClassCastException: org.apache.fop.layoutmgr.KnuthSequence There aren't any further descriptions like where the error oc

Re: total per page

2006-02-01 Thread Jeremias Maerki
No, that's the fun about it. fo:retrieve-marker will determine the right marker depending on the decisions of the layout engine using the parameters you give there (retrieve-boundary, retrieve-position). I recommend you read at least once through the text for fo:marker and fo:retrieve-marker in th

Re: total per page

2006-02-01 Thread Roberto Nunnari
Thank you! That seams exactly what I need.. Only one concern.. isn't that a problem if the resulting FO document contains several (one for row) fo:marker with the same name?? Best regards. -- Robi Jeremias Maerki wrote: He meant this: http://marc.theaimsgroup.com/?l=fop-user&m=109035492329917&

Re: total per page

2006-02-01 Thread Jeremias Maerki
He meant this: http://marc.theaimsgroup.com/?l=fop-user&m=109035492329917&w=2 I hope that helps. On 01.02.2006 15:09:19 Roberto Nunnari wrote: > Hello list. > > Can anybody tell me what J.Pietschmann meant by 'a marker based solution'? > > Best regards. > -- > Robi. > > > J.Pietschmann wrote:

Re: total per page

2006-02-01 Thread Roberto Nunnari
Hello list. Can anybody tell me what J.Pietschmann meant by 'a marker based solution'? Best regards. -- Robi. J.Pietschmann wrote: Roberto Nunnari wrote: but I also need to have the current total at the end of each page and at the beginnig of each new page in the final pdf document, and her

Re: keeping 2 blocks together on the same page

2006-02-01 Thread Myriam Delperier
[EMAIL PROTECTED] wrote: | Depending on which version you are using, you can try putting them | into a blind table and then using the keep. ok thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: keeping 2 blocks together on the same page

2006-02-01 Thread Louis . Masters
Depending on which version you are using, you can try putting them into a blind table and then using the keep.   Check out this post for more info:  http://marc.theaimsgroup.com/?l=fop-user&m=113753526804493&w=2 -Lou "Myriam Delperier" <[EMAIL PROTECTED]> 02/01/2006 05:25 AM Please re

Re: total per page

2006-02-01 Thread Roberto Nunnari
Hi J.Pietschmann. Thank you for your reply. Solution #1 would be good enough for me. As I'm a beginner with FO, I'd like to ask if you could be kind enough to put me on the right direction with a short FO-code example.. if you have no time, even telling me the name of the objects to use would be

keeping 2 blocks together on the same page

2006-02-01 Thread Myriam Delperier
Hello, i've got 2 blocks of text. my pb is that sometimes, the first one is located at the bottom of a page and the second one at the top of the following page. Is there a way to be sure they stay in the same page. I've tried : keep-with-next.within-page="always" on the first block but it doesn'