Thanks Eric
How to insert non-breaking hyphen properly? I change content to
<fo:block margin-right="120pt" border-width="1pt" border-color="black"
border-style="solid">
first&#x2011;second first&#x2011;second
first&#x2011;second first&#x2011;second first&#x2011;second
first&#x2011;second first&#x2011;second first&#x2011;second
first&#x2011;second first&#x2011;second first&#x2011;second
first&#x2011;second first&#x2011;second first&#x2011;second
first&#x2011;second first&#x2011;second first&#x2011;second
first&#x2011;second first&#x2011;second first&#x2011;second
first&#x2011;second first&#x2011;second first&#x2011;second
first&#x2011;second first&#x2011;second
</fo:block>
and I get next result
http://old.nabble.com/file/p34004367/%2523.png
Why is '#' inserted?
Amick, Eric wrote:
>
> Hyphenation means adding a hyphen to text, so the hyphenate property won't
> help. Most likely your best bet is changing the hyphens in the text to
> non-breaking hyphens (Unicode U+2011), presumably in the style sheet if
> you're using one. If that doesn't work, you can try wrapping each word in
> an fo:inline with
> keep-together.within-line="always".
>
> Eric Amick Systems Engineer II
> Legislative Computer Systems
>
>> -----Original Message-----
>> From: SNawa [mailto:[email protected]]
>> Sent: Tuesday, June 12, 2012 12:29
>> To: [email protected]
>> Subject: How to prevent hyphenation after hyphens?
>>
>>
>> Hi all
>> I have content with hyphens
>>
>> <fo:block margin-right="120pt" border-width="1pt" border-color="black"
>> border-style="solid" hyphenate="false">
>> first-second first-second first-second first-second first-
>> second
>> first-second first-second first-second first-second first-second
>> first-second first-second first-second first-second first-second
>> first-second first-second first-second first-second first-second
>> first-second first-second first-second first-second first-second
>> </fo:block>
>>
>> Output looks like
>> http://old.nabble.com/file/p34000343/hyphens.png
>>
>> How to prevent hyphenation after hyphens? I want that the first and
>> second
>> words stay in the same line
>>
>> Thanks
>> --
>> View this message in context: http://old.nabble.com/How-to-prevent-
>> hyphenation-after-hyphens--tp34000343p34000343.html
>> Sent from the FOP - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> 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]
>
>
>
--
View this message in context:
http://old.nabble.com/How-to-prevent-hyphenation-after-hyphens--tp34000343p34004367.html
Sent from the FOP - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]