Is there a way to preserve the current section counter to continue its counting, independent from the parts separating them?
\part{Part 1}
\section{Section 1}
\section{Section 2}
\section{Section 3}
\part{Part 1}
\section{Section 4, not 1}
Is there a way to preserve the current section counter to continue its counting, independent from the parts separating them?
\part{Part 1}
\section{Section 1}
\section{Section 2}
\section{Section 3}
\part{Part 1}
\section{Section 4, not 1}
\sectioncounters to not reset with every part when using the defaultarticledocument class. So you must be using a different class, correct? Regardless, the linked duplicate points to different packages/methods you can use to change the behaviour. – Werner Apr 03 '21 at 16:35scrartclthe\sectioncounter is not reset with\part. So you must be doing something else that's not disclosed here. – Werner Apr 04 '21 at 04:12