The content on my Part titlepages isn't indented correctly. Instead,
everything in the <partintro> tag has an indent of 0 (like the title).
So I added the following to my customization layer to try to set the
start-indent to 1.25in:

 

<xsl:template match="partintro" mode="part.titlepage.recto.mode"
priority="1">

      <fo:block text-align="left" 

                start-indent="1.25in"

                font-family="{$body.fontset}">

            <xsl:apply-templates select="." mode="titlepage.mode"/>

      </fo:block>

</xsl:template>

 

But this doesn't work. I don't see this <fo:block> in the FO file. Not
sure why.

 

Can anyone tell me an easy way to set the indent for everything other
than the title on a Part titlepage?

 

Regards,

Jeff Powanda

 

Reply via email to