I am using the document class article. Once I place a part in the document, all subsequent sections belong to the part automatically. How can I reset a section such that it does not belong to a part?
The following sample demonstrates what I want to achieve:
\section{Introduction}
\part{Part 1}
\section{Section 1 belonging to part 1}
\section{Section 2 belonging to part 1}
\part{Part 2}
\section{Section 1 belonging to part 2}
\section{Section 2 belonging to part 2}
% should not belong to Part 2
\section{Conclusion}