Text Formatting ⇒ Cant format the table of contents numbering
Cant format the table of contents numbering
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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.
