Hi all,
I know latex isn't exactly programming, but maybe someone here can help. For some reason I cannot figure out, my sections are being written in the table of contents as 0.1.0....0.2.0...etc. I have added a few non-numbered sections into the table of contents with
Code:
\addcontentsline{}
I am using the section option when adding to the table of contents, and am otherwise only writing sections normally with
Code:
\section{}
My report has no other types of structures, like \part or \chapter.