source: stylesheets/blfs-nochunks.xsl@ a804944

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since a804944 was ccded7e, checked in by Xi Ruoyao <xry111@…>, 3 years ago

clean up unused SVN prop entries

  • Property mode set to 100644
File size: 751 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="http://www.w3.org/1999/xhtml"
5 version="1.0">
6
7 <!-- LFS top-level no-chunk templates. -->
8 <xsl:import href="lfs-xsl/nochunks.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.