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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6078 - (hide annotations) (download) (as text)
Sun Feb 1 23:12:50 2009 UTC (4 years, 3 months ago) by debacle
File MIME type: application/xml
File size: 482 byte(s)
Add (so far empty) hyphenation files for dblatex.
Maybe there is an easier/cleaner way to do this?
1 debacle 6078 <?xml version='1.0' encoding="utf-8"?>
2     <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
3    
4     <xsl:param name="latex.encoding">utf8</xsl:param>
5     <xsl:param name="format">a4</xsl:param>
6    
7     <xsl:template match="book|article" mode="docinfo">
8     <!-- Apply default settings -->
9     <xsl:apply-imports/>
10    
11     <xsl:text>\input{</xsl:text><xsl:value-of
12     select="$lingua"/><xsl:text>/hyphenation.tex}
13     </xsl:text>
14     </xsl:template>
15     </xsl:stylesheet>

  ViewVC Help
Powered by ViewVC 1.1.5