I have a long table that crosses my header. I would therefore like to remove the header on this page but \pagestyle{empty} doesn't work.
Code: Select all
\documentclass[a4paper,oneside,11pt,titlepage]{book}\usepackage{verbatim} % for the inclusion of multi-line comments\usepackage{sistyle}%%%% Math Packages\usepackage{amsmath}\usepackage{amsthm}\usepackage{amsfonts}\usepackage{amssymb}%%%% Chemistry Specific\usepackage{sistyle} % includes SI style sheets\usepackage[version=3]{mhchem}%%%% Graphics packages\usepackage{graphicx}\usepackage[bf,normalsize]{subfigure}\usepackage{epstopdf}%\usepackage{tabularx,colortbl}\usepackage{color}\usepackage{colortbl}%\usepackage{epsfig}%%%% Citations and Reference packages\usepackage[colorlinks=true,linkcolor=blue,citecolor=green]{hyperref}\usepackage[numbers,sort&compress]{natbib}%\usepackage{hypernat}\usepackage{chapterbib}%%%% Others\usepackage[left=4cm,right=2.5cm,bottom=2.5cm,top=2.5cm]{geometry}\usepackage[margin=10pt,font=small,labelfont=bf, justification=centering]{caption}
Thanks.