handle more depth levels

This commit is contained in:
Frédéric Péters 2012-06-15 14:43:53 +02:00
parent 60ea4c7191
commit d502a10597
1 changed files with 3 additions and 0 deletions

View File

@ -298,6 +298,9 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<xsl:when test="$depth = 0"><xsl:text>%{</xsl:text></xsl:when>
<xsl:when test="$depth = 1"><xsl:text>\section{</xsl:text></xsl:when>
<xsl:when test="$depth = 2"><xsl:text>\subsection{</xsl:text></xsl:when>
<xsl:when test="$depth = 3"><xsl:text>\subsubsection{</xsl:text></xsl:when>
<xsl:when test="$depth = 4"><xsl:text>\paragraph{</xsl:text></xsl:when>
<xsl:otherwise><xsl:text>\textbf{</xsl:text></xsl:otherwise>
</xsl:choose>
<xsl:value-of select="mal:title"/>
<xsl:text>}&#x000A;</xsl:text>