This question is related to the post about having abstract at the titlepage. I want to reset the page numbering at the given section.
use \setcounter{page}{7} after \begin{document} and if necessary \setcounter{page}{1} when the arabic page numbers start. Show activity on this post. Try using the pdfpages package (CTAN), which allows you to insert PDF documents into your Latex document, and assign page numbers to them.
You could use \pagenumbering{gobble} to switch off page numbering. To switch it on afterwards, use \pagenumbering{arabic} for arabic numbers or alph , Alph , roman , or Roman for lowercase resp. uppercase alphabetic resp.
You can use \pagestyle{empty} to begin with, then \pagenumbering{arabic} just before the first chapter. Alternatively, to avoid having to write \thispagestyle{empty} at each blank page, you can load the clearempty package, or, if you use titlesec , add the [clearempty] option.
You can also reset page number counter:
\setcounter{page}{1}
However, with this technique you get wrong page numbers in Acrobat in the top left page numbers field:
\maketitle: 1 \tableofcontents: 2 \setcounter{page}{1} \section{Introduction}: 1 ...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With