I need to write only one chapter using Latex. I tried to use a document class report because I need the equations to be numbered as: (9.1), (9.2), ... etc. But I need to start from chapter 9 and I do not know how to make it start from chapter 9 instead of chapter 1. Is there any option I can use?
Asked
Active
Viewed 61 times
1
\setcounter{chapter}{8}in the preamble. – campa Aug 26 '20 at 11:25