Sometimes that works. 8^)
The FO extensions generated for each processor may trip up the process. I've found that FOP is the most picky about failing on unrecognized code, so going from FOP to something else usually works.
Bob Stayton
Sagehill Enterprises
bobs@sagehill.netFrom: Mark Craig
Sent: Thursday, April 18, 2013 9:25 AM
To: Bob Stayton
Cc:
docbook-apps@lists.oasis-open.orgSubject: Re: [docbook-apps] Re: Eliminating soft hyphens shown in mid line?
Thanks. Can I do that by just taking the .fo generated during the build and processing it with another FO processor?
(Not sure how to swap out the FO processor in docbkx-tools.)
Mark
On Apr 18, 2013, at 6:20 PM, Bob Stayton wrote:
Was this example tested with another FO processor besides FOP? That would settle whether it is a FOP problem.
Bob Stayton
Sagehill Enterprises
bobs@sagehill.net From: Mark Craig
Sent: Thursday, April 18, 2013 6:48 AM
To:
docbook-apps@lists.oasis-open.org Subject: [docbook-apps] Re: Eliminating soft hyphens shown in mid line?
In fact it looks like whether the soft hyphen shows up in mid line depends on the following character.
<itemizedlist>
<listitem><para><literal>..</literal></para></listitem>
<listitem><para><literal>. .</literal></para></listitem>
<listitem><para><literal>.</literal></para></listitem>
<listitem><para><literal>.]</literal></para></listitem>
<listitem><para><literal>.\</literal></para></listitem>
<listitem><para><literal>."</literal></para></listitem>
<listitem><para><literal>.a</literal></para></listitem>
<listitem><para><literal>.Z</literal></para></listitem>
</itemizedlist>
produces the following in the PDF:
• .-.
• . .
• .
• .-]
• .\
• .-"
• .a
• .Z
Mark
On Thu, Apr 18, 2013 at 3:23 PM, Mark Craig