[Tex/LaTex] Start chapter numbering not from 1

lyxnumbering

Can I set chapter numbering in book document class not start from 1? I want the chapter to start from 9. Can I do this to another environment like section or equation? I'm using LyX.

Best Answer

\setcounter{chapter}{8} or \addtocounter{chapter}{8} should do the trick.

Add one of these in an ERT (inserted with Ctrl + L, or Insert --> TeX Code) just before the chapter heading.

Related Question