--- a/cv_print.xsl Sun Jun 17 19:49:07 2007 -0400
+++ b/cv_print.xsl Sun Mar 16 23:44:46 2008 -0400
@@ -24,7 +24,7 @@
<xsl:param name="cv-uri"/>
<xsl:param name="date"/>
-<xsl:attribute-set name="section-title-font" xsl:use-attribute-sets="verylarge-title-font">
+<xsl:attribute-set name="section-title-font" use-attribute-sets="verylarge-title-font">
<xsl:attribute name="font-size">12pt</xsl:attribute>
<xsl:attribute name="font-weight">bold</xsl:attribute>
<xsl:attribute name="space-after">6pt</xsl:attribute>
@@ -70,12 +70,12 @@
</xsl:attribute-set>
<xsl:attribute-set name="section-block">
- <xsl:attribute name="keep-together.within-page">always</xsl:attribute>
+ <!-- <xsl:attribute name="keep-together.within-page">always</xsl:attribute>-->
<!-- <xsl:attribute name="break-inside">avoid</xsl:attribute> -->
<!-- <xsl:attribute name="border-before-style">solid</xsl:attribute> -->
<!-- <xsl:attribute name="border-after-style">solid</xsl:attribute> -->
<!-- <xsl:attribute name="padding-before">5mm</xsl:attribute> -->
- <xsl:attribute name="space-before">20pt</xsl:attribute>
+ <xsl:attribute name="space-before">14pt</xsl:attribute>
<xsl:attribute name="space-before.conditionality">discard</xsl:attribute>
</xsl:attribute-set>
<!-- cv -->
@@ -213,6 +213,7 @@
</block>
<xsl:apply-templates select="work[not(@role='stage')]"/>
</block>
+ <!--
<block xsl:use-attribute-sets="section-block">
<block xsl:use-attribute-sets="section-title-font">
<xsl:call-template name="gentext">
@@ -221,6 +222,7 @@
</block>
<xsl:apply-templates select="work[@role='stage']" mode="short"/>
</block>
+ -->
<block visibility="hidden" id="xsl_cv_the_end"/>
</flow>
</page-sequence>