LyX ⇒ Unwanted cover page numbering
Unwanted cover page numbering
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!!!
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
\thispagestyle{empty}
as TeX code at the beginning of your document, i.e. on the cover page.Stefan