source:
stylesheets/blfs-pdf.xsl
Last change on this file was ccded7e, checked in by , 13 months ago | |
---|---|
|
|
File size: 749 bytes |
Line | |
---|---|
1 | <?xml version='1.0' encoding='ISO-8859-1'?> |
2 | |
3 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
4 | xmlns:fo="http://www.w3.org/1999/XSL/Format" |
5 | version="1.0"> |
6 | |
7 | <!-- LFS top-level pdf templates. --> |
8 | <xsl:import href="lfs-xsl/pdf.xsl"/> |
9 | |
10 | <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) --> |
11 | <xsl:param name="book-type">blfs</xsl:param> |
12 | |
13 | <!-- Are sections enumerated? 1 = yes, 0 = no |
14 | Note: Activating this will increase a lot rendering time. --> |
15 | <xsl:param name="section.autolabel" select="0"/> |
16 | |
17 | <!-- Do section labels include the component label? 1 = yes, 0 = no --> |
18 | <xsl:param name="section.label.includes.component.label" select="0"/> |
19 | |
20 | </xsl:stylesheet> |
Note:
See TracBrowser
for help on using the repository browser.