LyXAppendix changes table of contents

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
alegal
Posts: 2
Joined: Thu Nov 12, 2015 2:35 pm

Appendix changes table of contents

Post by alegal »

Hi,
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?

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

Appendix changes table of contents

Post by Stefan Kottwitz »

I know this is common practice in Germany: if letters are used for numbering, it ends with a dot. As you added an appendix numbered with the latter A, dots at the end were introduced.

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
Stefan
LaTeX.org admin
alegal
Posts: 2
Joined: Thu Nov 12, 2015 2:35 pm

Re: Appendix changes table of contents

Post by alegal »

Thanks You very much.
This helped me.
Post Reply