|
@@ -65,19 +65,19 @@
|
|
|
<!-- Margins -->
|
|
|
<xsl:param name="page.margin.inner">0.5in</xsl:param>
|
|
|
<xsl:param name="page.margin.outer">0.375in</xsl:param>
|
|
|
- <xsl:param name="title.margin.left">-1pc</xsl:param>
|
|
|
+ <xsl:param name="title.margin.left">-0.7pc</xsl:param>
|
|
|
<xsl:attribute-set name="normal.para.spacing">
|
|
|
- <xsl:attribute name="space-before.optimum">0.8em</xsl:attribute>
|
|
|
- <xsl:attribute name="space-before.minimum">0.6em</xsl:attribute>
|
|
|
- <xsl:attribute name="space-before.maximum">1em</xsl:attribute>
|
|
|
+ <xsl:attribute name="space-before.optimum">0.6em</xsl:attribute>
|
|
|
+ <xsl:attribute name="space-before.minimum">0.4em</xsl:attribute>
|
|
|
+ <xsl:attribute name="space-before.maximum">0.8em</xsl:attribute>
|
|
|
</xsl:attribute-set>
|
|
|
<xsl:attribute-set name="list.block.spacing">
|
|
|
- <xsl:attribute name="space-before.optimum">0.8em</xsl:attribute>
|
|
|
- <xsl:attribute name="space-before.minimum">0.6em</xsl:attribute>
|
|
|
- <xsl:attribute name="space-before.maximum">1em</xsl:attribute>
|
|
|
- <xsl:attribute name="space-after.optimum">0.8em</xsl:attribute>
|
|
|
- <xsl:attribute name="space-after.minimum">0.6em</xsl:attribute>
|
|
|
- <xsl:attribute name="space-after.maximum">1em</xsl:attribute>
|
|
|
+ <xsl:attribute name="space-before.optimum">0.6em</xsl:attribute>
|
|
|
+ <xsl:attribute name="space-before.minimum">0.4em</xsl:attribute>
|
|
|
+ <xsl:attribute name="space-before.maximum">0.8em</xsl:attribute>
|
|
|
+ <xsl:attribute name="space-after.optimum">0.6em</xsl:attribute>
|
|
|
+ <xsl:attribute name="space-after.minimum">0.4em</xsl:attribute>
|
|
|
+ <xsl:attribute name="space-after.maximum">0.8em</xsl:attribute>
|
|
|
</xsl:attribute-set>
|
|
|
<xsl:attribute-set name="list.item.spacing">
|
|
|
<xsl:attribute name="space-before.optimum">0.6em</xsl:attribute>
|
|
@@ -85,12 +85,12 @@
|
|
|
<xsl:attribute name="space-before.maximum">0.8em</xsl:attribute>
|
|
|
</xsl:attribute-set>
|
|
|
<xsl:attribute-set name="verbatim.properties">
|
|
|
- <xsl:attribute name="space-before.minimum">0.6em</xsl:attribute>
|
|
|
- <xsl:attribute name="space-before.optimum">0.8em</xsl:attribute>
|
|
|
- <xsl:attribute name="space-before.maximum">1em</xsl:attribute>
|
|
|
- <xsl:attribute name="space-after.minimum">0.6em</xsl:attribute>
|
|
|
- <xsl:attribute name="space-after.optimum">0.8em</xsl:attribute>
|
|
|
- <xsl:attribute name="space-after.maximum">1em</xsl:attribute>
|
|
|
+ <xsl:attribute name="space-before.optimum">0.6em</xsl:attribute>
|
|
|
+ <xsl:attribute name="space-before.minimum">0.4em</xsl:attribute>
|
|
|
+ <xsl:attribute name="space-before.maximum">0.8em</xsl:attribute>
|
|
|
+ <xsl:attribute name="space-after.optimum">0.6em</xsl:attribute>
|
|
|
+ <xsl:attribute name="space-after.minimum">0.4em</xsl:attribute>
|
|
|
+ <xsl:attribute name="space-after.maximum">0.8em</xsl:attribute>
|
|
|
</xsl:attribute-set>
|
|
|
|
|
|
<!-- Others-->
|