For example I have a TOC that look like this:
Code: Select all
1 Section One
1.1 SubSection
1.2 SubSection
2 Section Two
2.1 SubSection
2.2 SubSection
Code: Select all
\section{Section One}
\tableofcontents %% Show only the TOC for Section One:
%% 1 Section One
%% 1.1 SubSection
%% 1.2 SubSection
\section{Section Two}
\tableofcontents %% Show only the TOC for Section Two:
%% 2 Section Two
%% 2.1 SubSection
%% 2.2 SubSection