</xsl:text>
</xsl:param>
+ <!-- Attributions should be italicized, right-aligned -->
+ <xsl:template match="attribution">
+ <xsl:param name="content">
+ <xsl:apply-templates/>
+ </xsl:param>
+ <xsl:text>\vskip 0.5cm \hfill \textit{ </xsl:text>
+ <xsl:copy-of select="$content"/>
+ <xsl:text>}</xsl:text>
+ </xsl:template>
+
<!-- Place title verso page behind the title page the hard way: put
colophon content in a file loaded by \maketitle -->
<xsl:template match="colophon">