Thank you Pascal.
Is there a possibility to indicate in the config Fop to do not cut on this
character ?
Christian Pestel
[email protected]
-----Message d'origine-----
From: Pascal Sancho
Sent: Wednesday, October 24, 2012 5:47 PM
To: [email protected]
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 <[email protected]>:
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
[email protected]
--
pascal
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]