Text Formatting ⇒ Cant format the table of contents numbering
Cant format the table of contents numbering
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
Cant format the table of contents numbering
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Cant format the table of contents numbering

\section
the correct class would be article
or scrartcl
but not book
, scrbook
, report
or scrreprt
. In the other way round, if you use a class, with the top level chapter, you should use \chapter
as the top level command and \section
as next level.Please read the manual of the used class and an introduction to LaTeX for more information.
