Parent Directory
|
Revision Log
Add (so far empty) hyphenation files for dblatex. Maybe there is an easier/cleaner way to do this?
| 1 | debacle | 6078 | <?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 | |||
| 7 | <xsl:template match="book|article" mode="docinfo"> | ||
| 8 | <!-- Apply default settings --> | ||
| 9 | <xsl:apply-imports/> | ||
| 10 | |||
| 11 | <xsl:text>\input{</xsl:text><xsl:value-of | ||
| 12 | select="$lingua"/><xsl:text>/hyphenation.tex} | ||
| 13 | </xsl:text> | ||
| 14 | </xsl:template> | ||
| 15 | </xsl:stylesheet> |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |