I have a full page figure that I would like to remove the bottom-center page number from. What I have tried is not working, any suggestions?
\thispagestyle{empty}
\begin{figure}
\centering
\includegraphics[angle=90,width=\textwidth,height=\textheight,keepaspectratio]{figure_abu}
\caption{\textbf{{Distribution Plot}}}
\label{fig: Abundance}
\end{figure}
My preamble:
\documentclass[a4paper,oneside, 11pt, openany]{memoir}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\usepackage{txfonts}
\usepackage[utf8]{inputenc}
\usepackage{wallpaper}
\usepackage{palatino}
\setlength{\parindent}{2.5em}
\usepackage[style=numeric-comp, backend=biber, ibidtracker=constrict]{biblatex}
\providecommand*{\mkibid}[1]{#1}
\newbibmacro*{cite:ibid}{%
\printtext[bibhyperref]{\bibstring[\mkibid]{ibidem}}}
\makeatother
\addbibresource{biblio.bib}
\usepackage{rotating}
\usepackage[inner=2.5cm,outer=2.5cm, tmargin=2.5cm, bmargin=2.5cm]{geometry}
\setcounter{secnumdepth}{2}
\usepackage{titlesec}
\usepackage{color}
\titleformat{\chapter}[display]
{\normalfont\bfseries}{}{-2pt}{\HUGE}
\documentclass{article}\usepackage{afterpage,graphicx}\begin{document}and affixing the instruction\end{document}, I get a page without a page number. Thus, I can't reproduce the problem you are encountering. (BTW, the instructions\thispagestyle{empty}and\centeringinside thefigureenviroment are not needed.) Please edit your posting to create an example that generates the problem behavior you're looking to fix. Please also indicate which TeX distribution and which TeX format you use. – Mico Sep 07 '16 at 14:57