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:
parent
bc132ec580
commit
9909dc0dd5
@ -77,11 +77,11 @@ figure,table,equation,example
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="formalpara">
|
||||
<xsl:text> {\bf </xsl:text>
|
||||
<xsl:text> \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> </xsl:text>
|
||||
|
Loading…
x
Reference in New Issue
Block a user