On 2009-06-12, David Huard wrote: > My sections in the latex output are numbered as 0.1, 0.2, etc, while > I'd like them to be numbered as 1, 2, 3.
> I built the sphinx documentation in latex to look for an example on > how to do things properly, but the sections are also numbered as 0.1, > 0.2, ... > Is this a known issue or there is a simple solution ? Sphinx skips the top section level There could be two reasons: a) Mismatch due to faulty handling of title/subtitle b) failure to account for the additional "\chaper" section level in the book, report and derived document classes. Does it help to select a different document class (like article or scrartcl)? If not, could you post a *minimal* example (rst source and generated latex)? Günter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
