Skip to content

Commit a3e9f6b

Browse files
noborusCommitfest Bot
authored andcommitted
setting both body.start.indent and body.end.indent to 0
1 parent 5761d99 commit a3e9f6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/sgml/stylesheet-fo.xsl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ an "Unresolved ID reference found" warning during PDF builds.
3232
<xsl:param name="use.extensions" select="1"></xsl:param>
3333
<xsl:param name="variablelist.as.blocks" select="1"></xsl:param>
3434
<xsl:param name="orderedlist.label.width">1.5em</xsl:param>
35+
<xsl:param name="body.start.indent">0</xsl:param>
36+
<xsl:param name="body.end.indent">0</xsl:param>
3537

3638
<xsl:attribute-set name="monospace.verbatim.properties"
3739
use-attribute-sets="verbatim.properties monospace.properties">

0 commit comments

Comments
 (0)