<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Feb 28, 2010, at 8:02 AM, Manuel wrote:</div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000"><br></font>Themis, what I'm trying to get is a document (a collection of ca.  <br>5000 pdf-pages) completely without page numbers, with the toc at the  <br>end (I'll use "pagecommand" later to numerate the pages).'</div></blockquote><br></div><div>The following will create a document without any page numbers; however, page numbers will show on the table of contents. </div><div><br></div><div><div><div>\documentclass[article,twoside,a4paper,12pt]{memoir}</div><div><br></div><div>\begin{document}</div><div>\pagestyle{empty}</div><div><br></div><div>\chapter{Page numbers}</div><div>text text text</div><div><br></div><div>\clearpage</div><div>\tableofcontents*</div><div>\thispagestyle{empty}</div><div><br></div><div>\end{document}</div><div><br></div><div>Themis</div><div><br></div></div></div></body></html>