/[ddp]/manuals/trunk/release-notes/hyphenation.xsl
ViewVC logotype

Diff of /manuals/trunk/release-notes/hyphenation.xsl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6082 by debacle, Sun Feb 1 23:39:20 2009 UTC revision 6258 by debacle, Sat Feb 7 02:05:12 2009 UTC
# Line 1  Line 1 
1  <?xml version='1.0' encoding="utf-8"?>  <?xml version='1.0' encoding="utf-8"?>
2  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
   
   <xsl:param name="latex.encoding">utf8</xsl:param>  
   <xsl:param name="format">a4</xsl:param>  
   <xsl:param name="monoseq.hyphenation">">nohyphen</xsl:param>  
   
3    <xsl:template match="book|article" mode="docinfo">    <xsl:template match="book|article" mode="docinfo">
4      <!-- Apply default settings -->      <!-- Apply default settings -->
5      <xsl:apply-imports/>      <xsl:apply-imports/>
   
6      <xsl:text>\input{</xsl:text><xsl:value-of      <xsl:text>\input{</xsl:text><xsl:value-of
7          select="$lingua"/><xsl:text>/hyphenation.tex}          select="$lingua"/><xsl:text>/hyphenation.tex}
8      </xsl:text>      </xsl:text>

Legend:
Removed from v.6082  
changed lines
  Added in v.6258

  ViewVC Help
Powered by ViewVC 1.1.5