Quote:
Originally Posted by Jellby
Note that chapter numbers are not reset by default when a new part starts, if you want every part to start with chapter 1, you could issue a \numberwithout*{chapter}{part}. But you probably have chapter and part numbers hardcoded in your source HTML, so you can ignore this.
|
Yes, that's why I had to figure out how to turn off the automatic part numbering as well (set the \setsecnumdepth to book instead of part...)