I'm quite new to Latex and using Texshop on Mac. My document is an article and I'm using fancyhydr and pagestyle fancyplain.
I defined my title as titlepage but it still comes up with a page number in the footer. Even when I put \thispagestyle{empty} the page number is still there...
Any suggestions why this is and how I can get rid of the page number (and count)?
Thanks for any help!
As I read that it would help to attach examples, I just copied the beginning of my document and put it here.
Code: Select all
\documentclass{article}
\usepackage{fancyhdr}
\pagestyle{fancyplain}
\lhead[]{\sectionmark}
\rhead[]{\subsectionmark}
\usepackage{siunitx} % for typesetting SI units
\usepackage{sidecap} % for sidecaptions
\usepackage{wrapfig}
\usepackage{booktabs} % for much better looking tables
\usepackage{array} % for better arrays (eg matrices) in maths
\usepackage{paralist} % very flexible & customisable lists (eg. enumerate/itemize, etc.)
\usepackage{verbatim} % adds environment for commenting out blocks of text & for better verbatim
\usepackage{subfig} % make it possible to include more than one captioned figure/table in a single float
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{epstopdf}
\usepackage{textcomp}
\usepackage{amsmath}
\usepackage{natbib}
%%% BEGIN DOCUMENT
\begin{document}
\begin{titlepage}
\thispagestyle{empty}
\title{title}
\author{name}
\date{date}
\end{titlepage}
\maketitle
\newpage