LyXUnwanted cover page numbering

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
sulaj
Posts: 5
Joined: Wed Dec 05, 2012 1:32 pm

Unwanted cover page numbering

Post by sulaj »

Hi

I'm writing my thesis with Lyx, class report. I added a cover page manually with vertical spacements. Lyx puts the page number (which is 1) on my cover page, which I obsiously do not want. After the cover page comes the (unnumbered) abstract and then the contents, where the numbering begins again with 1. How can I get rid off that 1 on my cover page? Or how can I produce a cover page automatically in a report?

Thank you very much for your help!!!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Unwanted cover page numbering

Post by Stefan Kottwitz »

Insert \thispagestyle{empty} as TeX code at the beginning of your document, i.e. on the cover page.
cover.png
cover.png (53.66 KiB) Viewed 2206 times
Stefan
LaTeX.org admin
sulaj
Posts: 5
Joined: Wed Dec 05, 2012 1:32 pm

Re: Unwanted cover page numbering

Post by sulaj »

Okay, that worked! Thank's a lot for your help.
Post Reply