I'm typesetting a book with 3 parts. At the part dedicated page, i need to omit the page number, only at this part title page. The
Code: Select all
\thispagestyle{empty}
Thank you for your time,
Steve,
Code: Select all
\thispagestyle{empty}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\makeatletter
\renewcommand\part{%
\if@openright
\cleardoublepage
\else
\clearpage
\fi
\thispagestyle{empty}% % default page style »plain«
\if@twocolumn
\onecolumn
\@tempswatrue
\else
\@tempswafalse
\fi
\null\vfil
\secdef\@part\@spart}
\makeatother
NEW: TikZ book now 40% off at Amazon.com for a short time.