annotate src/bzip2-1.0.6/bz-common.xsl @ 169:223a55898ab9 tip default

Add null config files
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 02 Mar 2020 14:03:47 +0000
parents 8a15ff55d9af
children
rev   line source
cannam@89 1 <?xml version="1.0"?> <!-- -*- sgml -*- -->
cannam@89 2 <xsl:stylesheet
cannam@89 3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
cannam@89 4
cannam@89 5 <!-- we like '1.2 Title' -->
cannam@89 6 <xsl:param name="section.autolabel" select="'1'"/>
cannam@89 7 <xsl:param name="section.label.includes.component.label" select="'1'"/>
cannam@89 8
cannam@89 9 <!-- Do not put 'Chapter' at the start of eg 'Chapter 1. Doing This' -->
cannam@89 10 <xsl:param name="local.l10n.xml" select="document('')"/>
cannam@89 11 <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
cannam@89 12 <l:l10n language="en">
cannam@89 13 <l:context name="title-numbered">
cannam@89 14 <l:template name="chapter" text="%n.&#160;%t"/>
cannam@89 15 </l:context>
cannam@89 16 </l:l10n>
cannam@89 17 </l:i18n>
cannam@89 18
cannam@89 19 <!-- don't generate sub-tocs for qanda sets -->
cannam@89 20 <xsl:param name="generate.toc">
cannam@89 21 set toc,title
cannam@89 22 book toc,title,figure,table,example,equation
cannam@89 23 chapter toc,title
cannam@89 24 section toc
cannam@89 25 sect1 toc
cannam@89 26 sect2 toc
cannam@89 27 sect3 toc
cannam@89 28 sect4 nop
cannam@89 29 sect5 nop
cannam@89 30 qandaset toc
cannam@89 31 qandadiv nop
cannam@89 32 appendix toc,title
cannam@89 33 article/appendix nop
cannam@89 34 article toc,title
cannam@89 35 preface toc,title
cannam@89 36 reference toc,title
cannam@89 37 </xsl:param>
cannam@89 38
cannam@89 39 </xsl:stylesheet>