| 1 |
<?xml version='1.0' encoding="utf-8"?> |
<?xml version='1.0' encoding="utf-8"?> |
| 2 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> |
|
|
|
|
<xsl:param name="latex.encoding">utf8</xsl:param> |
|
|
<xsl:param name="format">a4</xsl:param> |
|
|
<xsl:param name="monoseq.hyphenation">">nohyphen</xsl:param> |
|
|
|
|
| 3 |
<xsl:template match="book|article" mode="docinfo"> |
<xsl:template match="book|article" mode="docinfo"> |
| 4 |
<!-- Apply default settings --> |
<!-- Apply default settings --> |
| 5 |
<xsl:apply-imports/> |
<xsl:apply-imports/> |
|
|
|
| 6 |
<xsl:text>\input{</xsl:text><xsl:value-of |
<xsl:text>\input{</xsl:text><xsl:value-of |
| 7 |
select="$lingua"/><xsl:text>/hyphenation.tex} |
select="$lingua"/><xsl:text>/hyphenation.tex} |
| 8 |
</xsl:text> |
</xsl:text> |