I'm currently writing my MA thesis. I'd like to have an empty page after my title page but without the header and footer appearing... I've tried moving away the commands that make the header and footer but to no avail... What should I do ? Here's a sample of my code :
Code: Select all
\documentclass[a4paper,12pt, english]{report}\usepackage{graphicx}\usepackage{subfigure}\usepackage{caption}\usepackage{longtable}\usepackage{amsfonts,amsthm,amssymb}\usepackage{fancyhdr}\usepackage{multirow}\usepackage{color}%\usepackage{geometry}\usepackage[left=1.5in, right=1in, top=1.2in, bottom=1in, includefoot, headheight=20pt]{geometry}\usepackage{lscape}\usepackage{stmaryrd}\usepackage[utf8]{inputenc}\usepackage[hyperindex]{hyperref}\usepackage{lettrine}\usepackage[T1]{fontenc}\usepackage{eurosym}\usepackage{fourier}\usepackage{url}\usepackage{gensymb}\usepackage{enumerate}\usepackage{nicefrac}\usepackage{tabu}\usepackage{array,multirow,makecell}\usepackage[titletoc]{appendix}\usepackage{afterpage}%\usepackage[backend=biber,style=chem-rsc,articletitle=true,urldate=iso8601,date=iso8601]{biblatex}
Coline