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/21/2013 04:16, Corinna Vinschen wrote:
On Jul 20 06:04, Warren Young wrote:
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>

Adding this makes no difference.

Try this variation:

<xsl:attribute-set name="root.properties">
  <xsl:attribute name="hyphenate">false</xsl:attribute>
</xsl:attribute-set>

Same thing, it just disables the flag at a higher level.


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