LyX ⇒ numbering subsection in ToC
numbering subsection in ToC
i am new to the forum and to the Latex/Lyx world.
I am using Lyx for the first time to write my thesis.
I have a proble with the ToC, because there is no numbering of the subsections but only the titles appear, even though they are numbered in the text.
i search on the web but i could not find a solution
can you help me?
thanks
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
numbering subsection in ToC
The result depends on the
documentclass
you use. By default, report
produces the number and name of subsection
in toc. The tocloft package provides macros to change the way list entries (toc/lof/lot) are typeset. You might want to give that a try.Or, if you provide a MWE, we might be able to help...
HTH, Tom