QUESTION: How do I remove page numbers from a table of contents in an amsbook class document?
I've already tried using
Code: Select all
\thispagestyle{empty}
Code: Select all
Code, edit and compile here:
\documentclass[11pt, oneside]{amsbook}\usepackage{geometry, hyperref, amsfonts, wasysym, graphicx}\hypersetup{pdfborder = {0 0 0}}\renewcommand{\contentsname}{ }\geometry{letterpaper}\usepackage[parfill]{parskip}\usepackage{graphicx}\usepackage{amssymb}\usepackage{epstopdf}\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}\title{BLAH}\author{BLAH BLAH}\begin{document}\newpage\thispagestyle{empty}\begin{center}{\Large \textbf{Table of Contents}}\end{center}\tableofcontents\thispagestyle{empty}\newpage\chapter{Introduction}\section{Hi}\section{Hello}\section{Goodbye}\chapter{Introduction}\section{Hi}\section{Hello}\section{Goodbye}\chapter{Introduction}\section{Hi}\section{Hello}\section{Goodbye}\chapter{Introduction}\section{Hi}\section{Hello}\section{Goodbye}\chapter{Introduction}\section{Hi}