5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-20 14:03:42 +03:00

pve-dblatex.xsl: use latex \paragraph for formalpara

This commit is contained in:
Dietmar Maurer 2016-11-05 18:41:59 +01:00
parent bc132ec580
commit 9909dc0dd5

View File

@ -77,11 +77,11 @@ figure,table,equation,example
</xsl:template>
<xsl:template match="formalpara">
<xsl:text>&#10;{\bf </xsl:text>
<xsl:text>&#10;\paragraph*{</xsl:text>
<xsl:call-template name="normalize-scape">
<xsl:with-param name="string" select="title"/>
</xsl:call-template>
<xsl:text>} \\ </xsl:text>
<xsl:text>} </xsl:text>
<xsl:call-template name="label.id"/>
<xsl:apply-templates/>
<xsl:text>&#10;</xsl:text>