mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
4685d1c425
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6839 af4574ff-66df-0310-9fd7-8a98e5e911e0
26 lines
782 B
XML
26 lines
782 B
XML
<?xml version='1.0' encoding='ISO-8859-1'?>
|
|
|
|
<!--
|
|
$LastChangedBy$
|
|
$Date$
|
|
-->
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
|
version="1.0">
|
|
|
|
<!-- LFS top-level chunk templates. -->
|
|
<xsl:import href="lfs-xsl/chunkfast.xsl"/>
|
|
|
|
<!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
|
|
<xsl:param name="book-type">blfs</xsl:param>
|
|
|
|
<!-- Are sections enumerated? 1 = yes, 0 = no
|
|
Note: Activating this will increase a lot rendering time. -->
|
|
<xsl:param name="section.autolabel" select="0"/>
|
|
|
|
<!-- Do section labels include the component label? 1 = yes, 0 = no -->
|
|
<xsl:param name="section.label.includes.component.label" select="0"/>
|
|
|
|
</xsl:stylesheet>
|