| 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>
|