chiark / gitweb /
Prepare changelog for upload.
[developers-reference.git] / xslt / user_param.xsl
1 <?xml version='1.0'?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
3
4 <!--############################################################################
5     XSLT Stylesheet DocBook -> LaTeX 
6     ############################################################################ -->
7
8   <xsl:param name="draft.mode">maybe</xsl:param>
9   <xsl:param name="glossterm.auto.link">1</xsl:param>
10   <xsl:param name="latex.encoding">utf8</xsl:param>
11   <xsl:param name="latex.unicode.use">1</xsl:param>
12   <xsl:param name="monoseq.hyphenation">nohyphen</xsl:param>
13   <xsl:template match="book|article" mode="docinfo">
14     <!-- Apply default settings -->
15     <xsl:apply-imports/>
16     <!--
17     <xsl:text>\input{</xsl:text>po4a/hyphenation.<xsl:value-of select="$lingua"/><xsl:text>.tex}</xsl:text>
18     -->
19   </xsl:template>
20 </xsl:stylesheet>
21