LyX ⇒ Appendix changes table of contents
Appendix changes table of contents
I have Lyx 2.1.4.
In my document I have the table of contents in the form: 2.1.2, without the dot at the end. But when I use the appendix (Document -> start appendix here), the table of contents is changed to the form: 2.1.2., with the dot at the end. It is acceptable for me.
Please how can I change it?
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
Appendix changes table of contents
Without more details, I assume that you are using a KOMA-Script class. In that case, you can override the default behavior by setting a document class option at the beginning of the document settings:
Code: Select all
numbers=noenddot
Re: Appendix changes table of contents
This helped me.