Page Numbering in LaTeX: Help Finding Command

  • Context: LaTeX 
  • Thread starter Thread starter Moridin
  • Start date Start date
  • Tags Tags
    Latex
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 140K views
Moridin
Messages
694
Reaction score
3
I've tried Google, but since I'm not sure on what the command is actually called, I'm having some difficulties finding this command. What it does is to remove the page number on the page with the title and abstract, yet keep the internal structure unchanged, that is, the page after the front page is still marked as "2". I've used it before, it just can't remember what it was. Thanks.
 
Physics news on Phys.org
Moridin said:
I've tried Google, but since I'm not sure on what the command is actually called, I'm having some difficulties finding this command. What it does is to remove the page number on the page with the title and abstract, yet keep the internal structure unchanged, that is, the page after the front page is still marked as "2". I've used it before, it just can't remember what it was. Thanks.

After the maketitle line I put
\thispagestyle{empty}
 
kdv said:
After the maketitle line I put
\thispagestyle{empty}

And after

\end{titlepage}

I put


\setcounter{page}{2}

This way the second page (which is the Content page in my case) starts at page 2.

I am using amstex and I am not sure how much of this is specific to ams style.