At the moment I use the report class with the twosided option enabled.
After my preamble the code starts like
Code: Select all
\begin{document}
\pagenumbering{Roman}
\include{tex/titlepage}
\cleardoublepage
\include{tex/abstract}
\cleardoublepage
\setcounter{page}{3}
\tableofcontents
I've uploaded a PDF [1] containing the first four pages of how it looks like at the moment. Hopefully someone knows how I remove the page number of the second page

As you also can see the fourth page is numbered as page II (the same as the second page), so this is also I'd like to fix, but I assume (hope) this will be fixed as a result of the other "problem".
[1] - http://dump.no/files/f17923c2c31a/sample.pdf
Edit*
If the preamble is needed, here it is:
Code: Select all
\documentclass[12pt,a4paper,twoside]{report}
\usepackage[T1]{fontenc}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{float}
%\usepackage{times}
\usepackage[hang,small,bf]{caption}
\usepackage{graphicx}
\usepackage{siunitx}
\usepackage[breaklinks=true]{hyperref}
\usepackage{subfig}
\usepackage{tikz,pgf,pgfplots}
\usetikzlibrary{arrows}
\usepackage{nomencl}
\usepackage{subeqnarray}
\usepackage{vmargin}
\usepackage{setspace}
\usepackage{breakurl}
\hypersetup{
colorlinks,%
citecolor=black,%
filecolor=black,%
linkcolor=black,%
urlcolor=black
}
\setpapersize{A4}
\setlength{\jot}{12pt}
\makeatletter
\renewcommand{\@makechapterhead}[1]{%
\vspace*{50pt}
{\setlength{\parindent}{0pt} \raggedright \normalfont
\bfseries\Huge\thechapter.\ #1
\par\nobreak\vspace{40 pt}}}
\makeatother