UTRGV-SMSS / Thesis-Template

Unofficial UTRGV Thesis Template
11 stars 7 forks source link

No numbers for table of contents #28

Open cesardavilah opened 2 years ago

cesardavilah commented 2 years ago

image

There are no section numbers for the table of contents, is it possible to replicate this? Mine has numbers such as: 2.1.1 Some section 2.1.2 Another section

ggarza commented 2 years ago

I don't why this is the case. When I compile the template without modifying it, there are section numbers. Did you used \section*{} to define the sections?

Screen Shot 2022-04-20 at 6 52 28 PM
cesardavilah commented 2 years ago

I mean, grad college suggests no section numbers which can be seen on the image I attached.

I fixed using:

\section*{Section name} \addcontentsline{toc}{section}{Section name}

ggarza commented 2 years ago

Great use that.

The guide says "Different levels of subheadings will follow the journal model or style manual used in the thesis. See sample page" so I believe you do have the flexibility to have a numbered style in the subheadings.