source: stylesheets/blfs-nochunks.xsl@ eede1a3

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since eede1a3 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.