Re: page-break-inside

2002-10-22 Thread Marcin Zawadzki
 Marcin Zawadzki wrote:
  If somebody is working on property page-break-inside ?
 No. Its way down the priority list because its basically redundant.
 The only sensoble setting is page-break-inside=avoid, which is the
 same as keep-together=always, simply replace it. Keep in mind
 that keep-together only workss on table rows, so you might want
 to use the old blind table trick.

 J.Pietschmann

Maybe I something dont understand.
I have folowing problem with table rows:

How to force table rows to be on one page only.
When row is to big to fit on actual page it should be moved to next page. I
try keeps nad breaks, but it seens to work in diffrent matter.

Marcin Zawadzki




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




Two characters on each other. Bug in cell-printing ?

2002-10-22 Thread Marcin Zawadzki



In some cases when I print *.fo document, two 
characters are printing on this same place. The error appears only when using 
fop with -print option. Generating pdf works correctly. 

Below an example:

I have table with 
fo:table 
border-collapse="separate" \ 
And a column 
 
fo:table-column column-width="38mm"/ 

The following cell:
 fo:table-cell 
border-right-width="1pt" border-right- border-bottom-width="1pt" 
border-bottom- fo:block 
keep-together="always" 
2M AUTO - ELEKTRO Mechanika Pojazdowa-Marek Mo³odowiec xxx  
xxx xxx  
xxx 
/fo:block/fo:table-cell 


is printing incorect causing:  last "xxx" 
begins on the half of last "x" character previous "" 
string.
I'm also using font-family = "Times" if this 
colud be reason and  hyphenate="true" within entire flow.


Marcin Zawadzki



Two characters on each other. Bug in cell printing ?

2002-10-22 Thread Marcin Zawadzki




In some cases when I print *.fo document, two 
characters are printing on this same place. The error appears only when using 
fop with -print option. Generating pdf works correctly. 

Below an example:

I have table with 
fo:table 
border-collapse="separate" \ 
And a column 
 
fo:table-column column-width="38mm"/ 

The following cell:
 fo:table-cell 
border-right-width="1pt" border-right- border-bottom-width="1pt" 
border-bottom- fo:block 
keep-together="always" 
2M AUTO - ELEKTRO Mechanika Pojazdowa-Marek Mo³odowiec xxx  
xxx xxx  
xxx 
/fo:block/fo:table-cell 


is printing incorect causing: last "xxx" 
begins on the half of last "x" character previous "" 
string.
I'm also using font-family = "Times" if this 
colud be reason and hyphenate="true" within entire flow.

My fop version is 0.20.4

Marcin Zawadzki



Re: page-break-inside

2002-10-22 Thread Marcin Zawadzki
OK thanks. 
It works now.

Marcin Zawadzki





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




repository corrupt ?

2002-10-21 Thread Marcin Zawadzki



I downloaded fop-0.20.4 with sources. 

I fund several files missing for example: 

org.apache.fop.render.pdf.CodePointMapping (not in repository to )
or entire catalog org
org.apache.fop.fo.properties (need to search, but founded 
in repository) 
To me it's a serious problem, becouse I'm unable to work 
with fop at source level. 

MZ


page-break-inside

2002-10-21 Thread Marcin Zawadzki




If somebody is working on property 
"page-break-inside" ?

Our company need this property to work with 
fop, so probably I'll have to implement this.

MZ