]> git.proxmox.com Git - pve-docs.git/commitdiff
pve-dblatex.xsl: use latex \paragraph for formalpara
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 5 Nov 2016 17:41:59 +0000 (18:41 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 5 Nov 2016 17:41:59 +0000 (18:41 +0100)
asciidoc/pve-dblatex.xsl

index d5d74d7a7ca44118811a325637285ab0174ff9f6..76edab886ef76cc810a35a17801afe14b4096191 100644 (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>