I've noticed there are a lot of posts regarding page numbering, but I can't seem to find any solution to my problem.
As the topic says, I want to take away the page number from the title page while using the fancyhdr package. The point is that I want to start the counter at the next page. I'm not very familiar with the fancyhdr package itself, it's just that it has worked previously in creating simple title pages for me. However, if there's a smarter way of doing it, then I'm very open for suggestions!
This is what my code looks like so far:
Code: Select all
...
\usepackage{fancyhdr}
\title{...}
\author{...}
\begin{document}
\maketitle
\thispagestyle{fancy}
\rhead{\scriptsize\textit{some header I'm using}}
\renewcommand{\headrulewidth}{0pt}