updating generic doc stylesheet
This commit is contained in:
parent
5d010c6e6f
commit
217abfd94f
@ -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"/>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user