/[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 6082 - (show annotations) (download) (as text)
Sun Feb 1 23:39:20 2009 UTC (4 years, 3 months ago) by debacle
File MIME type: application/xml
File size: 545 byte(s)
Don't hyphenate literals.
1 <?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 <xsl:param name="monoseq.hyphenation">">nohyphen</xsl:param>
7
8 <xsl:template match="book|article" mode="docinfo">
9 <!-- Apply default settings -->
10 <xsl:apply-imports/>
11
12 <xsl:text>\input{</xsl:text><xsl:value-of
13 select="$lingua"/><xsl:text>/hyphenation.tex}
14 </xsl:text>
15 </xsl:template>
16 </xsl:stylesheet>

  ViewVC Help
Powered by ViewVC 1.1.5