section without number in table of contents latex code example
Example: latex section without number but in table of contents
\section*{Section 1}
\addcontentsline{toc}{section}{\protect\numberline{}Section 1}%
\section*{Section 1}
\addcontentsline{toc}{section}{\protect\numberline{}Section 1}%