diff options
| -rw-r--r-- | documentation/ref-manual/ref-manual-customization.xsl | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/documentation/ref-manual/ref-manual-customization.xsl b/documentation/ref-manual/ref-manual-customization.xsl index f1e6e0dcf8..3569d2c711 100644 --- a/documentation/ref-manual/ref-manual-customization.xsl +++ b/documentation/ref-manual/ref-manual-customization.xsl | |||
| @@ -3,19 +3,17 @@ | |||
| 3 | 3 | ||
| 4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> | 4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> |
| 5 | 5 | ||
| 6 | <xsl:include href="../template/permalinks.xsl"/> | ||
| 7 | <xsl:include href="../template/section.title.xsl"/> | ||
| 8 | <xsl:include href="../template/component.title.xsl"/> | ||
| 9 | <xsl:include href="../template/division.title.xsl"/> | ||
| 10 | <xsl:include href="../template/formal.object.heading.xsl"/> | ||
| 11 | |||
| 6 | <xsl:param name="html.stylesheet" select="'ref-style.css'" /> | 12 | <xsl:param name="html.stylesheet" select="'ref-style.css'" /> |
| 7 | <xsl:param name="chapter.autolabel" select="1" /> | 13 | <xsl:param name="chapter.autolabel" select="1" /> |
| 8 | <xsl:param name="appendix.autolabel" select="A" /> | 14 | <xsl:param name="appendix.autolabel" select="A" /> |
| 9 | <xsl:param name="section.autolabel" select="1" /> | 15 | <xsl:param name="section.autolabel" select="1" /> |
| 10 | <xsl:param name="section.label.includes.component.label" select="1" /> | 16 | <xsl:param name="section.label.includes.component.label" select="1" /> |
| 11 | 17 | <xsl:param name="generate.id.attributes" select="1" /> | |
| 12 | <xsl:attribute-set name="normal.para.spacing"> | ||
| 13 | <xsl:attribute name="text-indent"> | ||
| 14 | <xsl:choose> | ||
| 15 | <xsl:when test="self::para">2em</xsl:when> | ||
| 16 | <xsl:otherwise>inherit</xsl:otherwise> | ||
| 17 | </xsl:choose> | ||
| 18 | </xsl:attribute> | ||
| 19 | </xsl:attribute-set> | ||
| 20 | 18 | ||
| 21 | </xsl:stylesheet> | 19 | </xsl:stylesheet> |
