pdflatex errors in doc dir

Warren Young warren@etr-usa.com
Sat Jul 20 12:04:00 GMT 2013


On 7/20/2013 04:58, Corinna Vinschen wrote:
>    SEVERE: Couldn't find hyphenation pattern en

You can either disable hyphenation by dropping this into fo.xsl:

   <xsl:template name="set.flow.properties">
     <xsl:attribute name="hyphenate">false</xsl:attribute>
   </xsl:template>

...or you can download and install a hyphenation rule set.  If Fedora 
doesn't distribute such a package, see step 6 here: http://goo.gl/rleKB

FWIW, it seems Yaakov's FOP package includes a hyphenation rule set.



More information about the Cygwin-developers mailing list