/[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 6258 - (show annotations) (download) (as text)
Sat Feb 7 02:05:12 2009 UTC (4 years, 3 months ago) by debacle
File MIME type: application/xml
File size: 385 byte(s)
Work-around (by avoiding certain constructs) for dblatex issue
related to footnoes, hyphenation, and the db2latex style.
1 <?xml version='1.0' encoding="utf-8"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
3 <xsl:template match="book|article" mode="docinfo">
4 <!-- Apply default settings -->
5 <xsl:apply-imports/>
6 <xsl:text>\input{</xsl:text><xsl:value-of
7 select="$lingua"/><xsl:text>/hyphenation.tex}
8 </xsl:text>
9 </xsl:template>
10 </xsl:stylesheet>

  ViewVC Help
Powered by ViewVC 1.1.5