blfs-pdf.xsl 778 B

12345678910111213141516171819202122232425
  1. <?xml version='1.0' encoding='ISO-8859-1'?>
  2. <!--
  3. $LastChangedBy$
  4. $Date$
  5. -->
  6. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  7. xmlns:fo="http://www.w3.org/1999/XSL/Format"
  8. version="1.0">
  9. <!-- LFS top-level pdf templates. -->
  10. <xsl:import href="lfs-pdf.xsl"/>
  11. <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
  12. <xsl:param name="book-type">blfs</xsl:param>
  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. <!-- Do section labels include the component label? 1 = yes, 0 = no -->
  17. <xsl:param name="section.label.includes.component.label" select="0"/>
  18. </xsl:stylesheet>