1 INTRODUCTION .......................................... 1
1.1 Literature Review ................................... 4
1.1.1 Study Area: Pineview Reservoir Watershed .......... 4
1.1.2 High-Frequency Monitoring ......................... 9
1.2 Objectives ........................................... 15
2 METHODOLOGY .............................................. 17
But I cannot get the double space when going from subsubsection to subsection (i.e. between 1.1.2 and 1.2) using the following code:
Code: Select all
\renewcommand\section{\@startsection{section}{1}{\z@}
{-3.25ex\@plus -1ex \@minus -.2ex}
{1.5ex \@plus .2ex}
{\normalfont
\ifnum\value{section}>1 \else \addtocontents{toc}{\protect\addvspace{10pt}}\fi}}
\renewcommand\subsection{\@startsection{subsection}{1}{\z@}
{-3.25ex\@plus -1ex \@minus -.2ex}
{1.5ex \@plus .2ex}
{\normalfont
\ifnum\value{subsection}>1 \else \addtocontents{toc}{\protect\addvspace{10pt}}\fi}}
\renewcommand\subsubsection{\@startsection{subsubsection}{1}{\z@}
{-3.25ex\@plus -1ex \@minus -.2ex}
{1.5ex \@plus .2ex}
{\normalfont
\ifnum\value{subsubsection}>1 \else \addtocontents{toc}{\protect\addvspace{10pt}}\fi}}