Hi! How do I supress page numbering between \maketitle and TOC? I want the TOC to begin with i (roman 1), but need a title page plus a disclaimer before that. In mystyle.sty::
renewcommand{\maketitle} { \begin{titlepage} ... \end{titlepage} \newpage \thispagestyle{empty} \section*{Disclaimer} } The \thispagestyle{empty} command supresses output of page numbers, but on the next page, the counter continues with ii. I tried \setcounter{page}{0} beneath it, but to no avail. Sorry, if this is more of a LaTeX question than a Sphinx question, but I'm stuck here. Thanks! Felix -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.