updating generic doc stylesheet

This commit is contained in:
skyanth 2020-02-25 15:04:36 +01:00
parent 5d010c6e6f
commit 217abfd94f
2 changed files with 4 additions and 3 deletions

View File

@ -13,13 +13,14 @@
<xsl:import href="auto.xslt"/>
<xsl:import href="table.xslt"/>
<xsl:import href="lists.xslt"/>
<xsl:import href="inline.xslt"/>
<xsl:import href="fo_inline.xslt"/>
<xsl:import href="graphics.xslt"/>
<xsl:import href="generic.xslt"/>
<xsl:import href="numbering.xslt"/>
<xsl:import href="localisation.xslt"/>
<xsl:import href="fo_placeholders.xslt"/>
<xsl:include href="styles_off.xslt"/>
<xsl:include href="styles_rep.xslt"/>
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="no"/>

View File

@ -19,7 +19,7 @@
<xsl:attribute name="column-width" select="@width"/>
</xsl:when>
<xsl:otherwise><!-- if not, we got to take a gamble -->
<xsl:attribute name="column-width" select="'proportional-column-width(2)'"/>
<xsl:attribute name="column-width" select="'proportional-column-width(4)'"/>
</xsl:otherwise>
</xsl:choose>
</fo:table-column>