>From dbpara.dsl (define %section-autolabel% ;; REFENTRY section-autolabel ;; PURP Are sections enumerated? ;; DESC ;; If true, unlabeled sections will be enumerated. ;; /DESC ;; AUTHOR N/A ;; /REFENTRY #f)
Change it ot #t Regards, Juan R. Migoya SPAIN Markus Einarsson wrote: > Hi, > > When I generate PDF or HTML output from my DocBook book files the "sect1" > sections aren't numbered. Therefore the table of contents looks like this: > > Table of contents > > Abstract > 1. Introduction > Background > Method > 2. Simulation > > I want the "Background" and "Method" sections to be numbered "1.1" and > "1.2" respectively, but I have no idea of how to fix that. Could it be a > bug or is there a setting I have to change? The SGML source looks like > this: > <snip> > > Regards, > > Markus Einarsson
