Theses, Books, Title pagesLabeling \subsubsection in latex

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
byn
Posts: 56
Joined: Fri Jun 10, 2022 12:27 pm

Labeling \subsubsection in latex

Post by byn »

I would like to label \subsubsections in my template but it gives just the label and no number as you can see from the pdf out put here
main-subsections.pdf
PDF output
(279.53 KiB) Downloaded 1304 times
I would like the label to appear like what is shown here:
Desired output
Desired output
Subsubsection.PNG (10.89 KiB) Viewed 88297 times
The link to the minimum working example template is here; https://drive.google.com/file/d/1qU0m1R ... sp=sharing

Your suggestions are very much appreciated.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Bartman
Posts: 369
Joined: Fri Jan 03, 2020 2:39 pm

Labeling \subsubsection in latex

Post by Bartman »

Section 6 Sectioning should explain the necessary.
byn
Posts: 56
Joined: Fri Jun 10, 2022 12:27 pm

Labeling \subsubsection in latex

Post by byn »

it seems not to be working with my template, could you try to run it and see? I changed the tocdepth in the thesismodify.cl class file to 3 but they are still not numbered see image below
tocdepth.PNG
tocdepth.PNG (20.83 KiB) Viewed 88282 times
Bartman
Posts: 369
Joined: Fri Jan 03, 2020 2:39 pm

Labeling \subsubsection in latex

Post by Bartman »

In the linked section two counters are listed and described. You changed the one that affects the table of contents.
byn
Posts: 56
Joined: Fri Jun 10, 2022 12:27 pm

Labeling \subsubsection in latex

Post by byn »

I cant find the second counter, have you run my template?
Bartman
Posts: 369
Joined: Fri Jan 03, 2020 2:39 pm

Labeling \subsubsection in latex

Post by Bartman »

I don't need to run the template to find the counter. The secnumdepth counter is set in line 422 of the thesismodify.cls class file.
byn
Posts: 56
Joined: Fri Jun 10, 2022 12:27 pm

Labeling \subsubsection in latex

Post by byn »

This worked. Thank you!
Post Reply