LyXPage Number appears in ToC

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
amplifier
Posts: 10
Joined: Fri Mar 11, 2011 1:51 pm

Page Number appears in ToC

Post by amplifier »

Hi everyone,

I'm confused about a page number, that I thought was switched off. I have added serveral tables to my document and added /thispagestile{empty}, since I don't want the table-pages to be numbered. However, this doesn't work properly with the 'tabel of contents' (which is 3 pages long). The numbering is switched of on its first and third page.. but appears on the second (document page 4).
Is there a way to switch off page numbering on the first 10 pages? That would probably help :)

Thanks a lot!
Amp
Last edited by amplifier on Thu Jul 28, 2011 8:19 pm, edited 1 time in total.

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

meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Page Number appears in ToC

Post by meho_r »

Probably \pagestyle{empty} before TOC?
amplifier
Posts: 10
Joined: Fri Mar 11, 2011 1:51 pm

Re: Page Number appears in ToC

Post by amplifier »

thanks for you answer!

but that deactivates the numbering for the whole document :( (altough I have added "new page" before and after TOC --> see below)

---new page---
/pagestyle{empty}
TOC
---new page---
paul
Posts: 49
Joined: Thu Apr 08, 2010 5:56 am

Page Number appears in ToC

Post by paul »

amplifier wrote:thanks for you answer!

but that deactivates the numbering for the whole document :(
Of course it does ... put \pagestyle{plain} (or whatever) after the ToC to turn them back on!
amplifier
Posts: 10
Joined: Fri Mar 11, 2011 1:51 pm

Re: Page Number appears in ToC

Post by amplifier »

thanks a lot! works perfectly!

cheers,
amp
Post Reply