or .within-line so no unintentional keeps.
<fo:block id="{$id}"
xsl:use-attribute-sets="nongraphical.admonition.properties">
<xsl:if test="$admon.textlabel != 0 or title">
- <fo:block keep-with-next='always'
+ <fo:block keep-with-next.within-column='always'
xsl:use-attribute-sets="admonition.title.properties">
<xsl:apply-templates select="." mode="object.title.markup"/>
</fo:block>
<xsl:if test=".//footnote">
<fo:block font-family="{$body.fontset}"
font-size="{$footnote.font.size}"
- keep-with-previous="always">
+ keep-with-previous.within-column="always">
<xsl:apply-templates select=".//footnote" mode="table.footnote.mode"/>
</fo:block>
</xsl:if>
<xsl:if test=".//footnote">
<fo:block font-family="{$body.fontset}"
font-size="{$footnote.font.size}"
- keep-with-previous="always">
+ keep-with-previous.within-column="always">
<xsl:apply-templates select=".//footnote" mode="table.footnote.mode"/>
</fo:block>
</xsl:if>
<xsl:if test=".//footnote">
<fo:block font-family="{$body.fontset}"
font-size="{$footnote.font.size}"
- keep-with-previous="always">
+ keep-with-previous.within-column="always">
<xsl:apply-templates select=".//footnote" mode="table.footnote.mode"/>
</fo:block>
</xsl:if>
<title t:named-template="component.title"
param:node="ancestor-or-self::article[1]"
- keep-with-next="always"
+ keep-with-next.within-column="always"
font-size="&hsize5;"
font-weight="bold"/>
space-before="&hsize4space;"
font-family="{$title.fontset}"/>
<corpauthor font-size="&hsize3;"
- keep-with-next="always"
+ keep-with-next.within-column="always"
space-before="2in"/>
<authorgroup space-before="2in"/>
<author font-size="&hsize3;"
space-before="&hsize2space;"
- keep-with-next="always"/>
+ keep-with-next.within-column="always"/>
</t:titlepage-content>
<t:titlepage-content t:side="verso">
<xsl:attribute-set name="colophon.titlepage.verso.style"/>
<xsl:attribute-set name="section.titlepage.recto.style">
- <xsl:attribute name="keep-together">always</xsl:attribute>
+ <xsl:attribute name="keep-together.within-column">always</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="section.titlepage.verso.style">
- <xsl:attribute name="keep-together">always</xsl:attribute>
- <xsl:attribute name="keep-with-next">always</xsl:attribute>
+ <xsl:attribute name="keep-together.within-column">always</xsl:attribute>
+ <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
</xsl:attribute-set>
<xsl:attribute-set name="sect1.titlepage.recto.style"