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}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis