Parent Directory
|
Revision Log
Work-around (by avoiding certain constructs) for dblatex issue related to footnoes, hyphenation, and the db2latex style.
| 1 | <?xml version='1.0' encoding="utf-8"?> |
| 2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> |
| 3 | <xsl:template match="book|article" mode="docinfo"> |
| 4 | <!-- Apply default settings --> |
| 5 | <xsl:apply-imports/> |
| 6 | <xsl:text>\input{</xsl:text><xsl:value-of |
| 7 | select="$lingua"/><xsl:text>/hyphenation.tex} |
| 8 | </xsl:text> |
| 9 | </xsl:template> |
| 10 | </xsl:stylesheet> |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |