2024-01-20 05:35:53 +08:00
|
|
|
<?xml version='1.0' encoding='UTF-8'?>
|
2004-05-08 10:42:12 +08:00
|
|
|
|
2004-04-13 09:59:18 +08:00
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
|
|
xmlns:fo="http://www.w3.org/1999/XSL/Format"
|
|
|
|
version="1.0">
|
|
|
|
|
2007-07-07 18:24:03 +08:00
|
|
|
<!-- LFS top-level pdf templates. -->
|
|
|
|
<xsl:import href="lfs-xsl/pdf.xsl"/>
|
2004-04-13 09:59:18 +08:00
|
|
|
|
2024-04-29 13:00:37 +08:00
|
|
|
<!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
|
|
|
|
<xsl:param name="book-type">blfs</xsl:param>
|
2005-01-09 14:25:29 +08:00
|
|
|
|
2007-07-07 18:24:03 +08:00
|
|
|
<!-- Are sections enumerated? 1 = yes, 0 = no
|
|
|
|
Note: Activating this will increase a lot rendering time. -->
|
|
|
|
<xsl:param name="section.autolabel" select="0"/>
|
2004-05-08 10:42:12 +08:00
|
|
|
|
2007-07-07 18:24:03 +08:00
|
|
|
<!-- Do section labels include the component label? 1 = yes, 0 = no -->
|
|
|
|
<xsl:param name="section.label.includes.component.label" select="0"/>
|
2004-04-13 09:59:18 +08:00
|
|
|
|
|
|
|
</xsl:stylesheet>
|