This is the mail archive of the cygwin-developers mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: pdflatex errors in doc dir


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]