• Fixed bug that caused unnumbered lecture titles to be centred in (Xe)LaTeX.
1 parent 07e1b87 commit 16c7d7a00254c18f4a47ab702dc5d5f290904b80
Nigel Stanger authored on 26 Feb 2014
Showing 1 changed file
View
1
■■■■
modules/paper-calendar.xml
<xsl:call-template name="generate-content-cell">
<xsl:with-param name="columns" select="if ( $numbered = 'yes' ) then 1 else 2" />
<xsl:with-param name="rows" select="if ( @rows ) then @rows else 1" />
<xsl:with-param name="align">left</xsl:with-param>
<xsl:with-param name="column-format" select="if ( $numbered = 'no' ) then 'l|' else 'c|'" />
</xsl:call-template>
</common>
<common formats="/html/xhtml/">
<xsl:if test="$numbered = 'yes'">