diff options
Diffstat (limited to 'documentation/mega-manual/mega-manual-customization.xsl')
-rw-r--r-- | documentation/mega-manual/mega-manual-customization.xsl | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/documentation/mega-manual/mega-manual-customization.xsl b/documentation/mega-manual/mega-manual-customization.xsl new file mode 100644 index 0000000..eb95240 --- /dev/null +++ b/documentation/mega-manual/mega-manual-customization.xsl | |||
@@ -0,0 +1,34 @@ | |||
1 | <?xml version='1.0'?> | ||
2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> | ||
3 | |||
4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> | ||
5 | |||
6 | <xsl:param name="generate.toc"> | ||
7 | appendix toc | ||
8 | chapter toc | ||
9 | article nop | ||
10 | book nop | ||
11 | part nop | ||
12 | preface nop | ||
13 | qandadiv nop | ||
14 | qandaset nop | ||
15 | reference nop | ||
16 | section nop | ||
17 | set nop | ||
18 | </xsl:param> | ||
19 | |||
20 | <xsl:include href="../template/permalinks.xsl"/> | ||
21 | <xsl:include href="../template/section.title.xsl"/> | ||
22 | <xsl:include href="../template/component.title.xsl"/> | ||
23 | <xsl:include href="../template/division.title.xsl"/> | ||
24 | <xsl:include href="../template/formal.object.heading.xsl"/> | ||
25 | <xsl:include href="../template/gloss-permalinks.xsl"/> | ||
26 | |||
27 | <xsl:param name="html.stylesheet" select="'ref-style.css'" /> | ||
28 | <xsl:param name="chapter.autolabel" select="1" /> | ||
29 | <xsl:param name="appendix.autolabel">A</xsl:param> | ||
30 | <xsl:param name="section.autolabel" select="1" /> | ||
31 | <xsl:param name="section.label.includes.component.label" select="1" /> | ||
32 | <xsl:param name="generate.id.attributes" select="1" /> | ||
33 | |||
34 | </xsl:stylesheet> | ||