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
since you want this new format to affect not only the tiles but also the ToC entries (and the references, I assume) then you have to redefine the \thesection command; of course, this will also imply increasing the spacing between the number of the sections and their titles in the ToC and perhaps a redefinition of the commands corresponding to lower sectional units: \thesubsection, etc. (this last part is not clear from your post (and I didn't include it in my example code), since you didn't give any hint about the meaning of the suffix ".0" added to the counter for sections).
An example on how to proceed using article as the document class:
Remark: the redefinition of the \l@section command might be useless if your document class is not article. Please do include in your posts information about the document class you are using.
Again, which is the document class used? And, in "1.1.1 Phase I", what do the digits represent? I mean, do the leftmost "1" correspond to a sectional unit defined via \chapter, and do the middle "1" correspond from a \section command, etc?
So the article class would probably not be ideal for this then. All right. I've figured out how to change the section headers throughout the paper. What I can't get to update is the TOC for those section headers.
The file.tex is essentially just filled with the \subsection{} and \subsubsection{}. Should I be using a different class for my document or can I somehow force the TOC to match up to what I want the the section, subsection, and subsubsection to do?
I am so sorry. IN my previous reply I forgot about the subsection counter starting in zero; for this, simply set the counter to -1 just before the first subsection of each section:
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