I recently made some changes to my title page and can't seem to suppress the page number.
Code: Select all
\pagesyle{empty}
Code: Select all
\thispagestyle{empty}
What am I missing?
I'd appreciate any help.
Thanks.
Code: Select all
\pagesyle{empty}
Code: Select all
\thispagestyle{empty}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
%\vspace*{\baselineskip}
Thanks for the welcome and the tip! That solved my problem exactly.Stefan_K wrote:Hi Winter Light,
welcome to the board!
The title page could be too high, depending on your other settings. Check if you get a warning Overfull \vbox. With the default settings of the report class for example it would be sufficient to remove the line 8:After the height is corrected \thispagestyle{empty} should work like desired.Code: Select all
%\vspace*{\baselineskip}
Stefan
I see your point and apologize for the error.gmedina wrote:As a supplement to Tomek's suggestion, here you can find information about building a minimal working example.
There's no need to apologize. Just keep it in mind for the future.Winter Light wrote:I see your point and apologize for the error.
NEW: TikZ book now 40% off at Amazon.com for a short time.