Consider section 2 in this website: https://latex-tutorial.com/page-numbering-latex/
I would like it just like that but with using report document class, how can I do this?
currently my numbering system starts with the abstract as page 1 and my first "actual" chapter is on page 10. I'd like my first actual chapter in Arabic numbering system as page 1 and the rest in Roman numbering system.
EDIT:
Using the book class:
\clearpage \frontmatter \chapter*{Abstract} \addcontentsline{toc}{chapter}{Abstract} \clearpage \chapter*{Acknowledgments} \addcontentsline{toc}{chapter}{Acknowledgments} \clearpage \tableofcontents \newpage \listoffigures \addcontentsline{toc}{chapter}{List of Figures} \newpage \listoftables \addcontentsline{toc}{chapter}{List of Tables} This inst a MWE rather showing what is happening. The list of figures should start from vii and end at ix and the list of tables starts at x. However, when I run the code, the list of figures is shown on the contents line as ix, why?
EDIT 2:
I need a solution using report document class. I've seen previous articles in this format so I think it is doable.



bookclass, then?