Hi,
is there a way to prevent a line break inside a word, when hyphenation
is enabled?
I've tried two things, but neither of them did the trick:
1. Insert WORD JOINER characters (Ux2060) between all characters of the word
2. <fo:inline keep-together.within-line="always"/>
I'm attaching a sample fo file, in case somebody wants to give it a try.
Thanks & Regards,
Matthias Reischenbacher
<?xml version="1.0" encoding="utf-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" hyphenate="true" language="de">
<fo:layout-master-set>
<fo:simple-page-master master-name="A4" page-height="29.7cm" page-width="21cm" margin="2cm">
<fo:region-body/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="A4">
<fo:flow flow-name="xsl-region-body" font-family="Helvetica">
<fo:block>Der Bus Controller XXXXXXXX ermöglicht die Kopplung von XXX Link I/O Knoten an C⁠A⁠N⁠o⁠p⁠e⁠n. Der Bus Controller verfügt über.</fo:block>
<fo:block>Der Bus Controller XXXXXXXX ermöglicht die Kopplung von XXX Link I/O Knoten an C⁠A⁠N⁠o⁠p⁠e⁠n. Der Bus Controller verfügt über.</fo:block>
<fo:block>Der Bus Controller XXXXXXXX ermöglicht die Kopplung von XXX Link I/O Knoten an <fo:inline keep-together.within-line="always">CANopen</fo:inline>. Der Bus Controller verfügt über.</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]