You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Christian Pestel <ch...@orange.fr> on 2012/10/24 17:21:28 UTC

Word secability on character #176

Hi, 

Fop don’t cut a long word like “AAAAAAAAAAAAAAAABBBBBBBBBBBB” 
The pdf result is
AAAAAAAAAAAAAAAABBBBB
the end of line is truncated. That’s ok.

Fop cut a long word like “AAAAAAAAAAAAAAAA BBBBBBBBBBBB” on the space character.
The pdf result is
AAAAAAAAAAAAAAAA 
BBBBBBBBBBBB
That’s ok.

But on the word “AAAAAAAAAAAAAAAAN°BBBBBBBBBBBB”
The pdf result is
AAAAAAAAAAAAAAAAN
°BBBBBBBBBBBB

I would like this result
AAAAAAAAAAAAAAAAN°BBBBBBBBBBBB

Have you a solution to not cut on the ° (#176) character ?
Thanks.
 

Christian Pestel

christian.pestel@orange.fr

Re: Word secability on character #176

Posted by Christian Pestel <ch...@orange.fr>.
Thank you Pascal.

Is there a possibility to indicate in the config Fop to do not cut on this 
character ?

Christian Pestel

christian.pestel@orange.fr


-----Message d'origine----- 
From: Pascal Sancho
Sent: Wednesday, October 24, 2012 5:47 PM
To: fop-users@xmlgraphics.apache.org
Subject: Re: Word secability on character #176

Hi,
You should use the keep-together property (see [1]):
<fo:inline keep-together.within-line="always">...</fo:inline>

[1] http://www.w3.org/TR/2006/REC-xsl11-20061205/#keep-together

2012/10/24 Christian Pestel <ch...@orange.fr>:
> Hi,
>
> Fop don’t cut a long word like “AAAAAAAAAAAAAAAABBBBBBBBBBBB”
> The pdf result is
> AAAAAAAAAAAAAAAABBBBB
> the end of line is truncated. That’s ok.
>
> Fop cut a long word like “AAAAAAAAAAAAAAAA BBBBBBBBBBBB” on the space
> character.
> The pdf result is
> AAAAAAAAAAAAAAAA
> BBBBBBBBBBBB
> That’s ok.
>
> But on the word “AAAAAAAAAAAAAAAAN°BBBBBBBBBBBB”
> The pdf result is
> AAAAAAAAAAAAAAAAN
> °BBBBBBBBBBBB
>
> I would like this result
> AAAAAAAAAAAAAAAAN°BBBBBBBBBBBB
>
> Have you a solution to not cut on the ° (#176) character ?
> Thanks.
>
>
>
> Christian Pestel
>
> christian.pestel@orange.fr



-- 
pascal

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org 


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: Word secability on character #176

Posted by Pascal Sancho <ps...@gmail.com>.
Hi,
You should use the keep-together property (see [1]):
<fo:inline keep-together.within-line="always">...</fo:inline>

[1] http://www.w3.org/TR/2006/REC-xsl11-20061205/#keep-together

2012/10/24 Christian Pestel <ch...@orange.fr>:
> Hi,
>
> Fop don’t cut a long word like “AAAAAAAAAAAAAAAABBBBBBBBBBBB”
> The pdf result is
> AAAAAAAAAAAAAAAABBBBB
> the end of line is truncated. That’s ok.
>
> Fop cut a long word like “AAAAAAAAAAAAAAAA BBBBBBBBBBBB” on the space
> character.
> The pdf result is
> AAAAAAAAAAAAAAAA
> BBBBBBBBBBBB
> That’s ok.
>
> But on the word “AAAAAAAAAAAAAAAAN°BBBBBBBBBBBB”
> The pdf result is
> AAAAAAAAAAAAAAAAN
> °BBBBBBBBBBBB
>
> I would like this result
> AAAAAAAAAAAAAAAAN°BBBBBBBBBBBB
>
> Have you a solution to not cut on the ° (#176) character ?
> Thanks.
>
>
>
> Christian Pestel
>
> christian.pestel@orange.fr



-- 
pascal

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org