I see two possible solutions. You can either set the section counter to make your section start from Zero.
Add this line right before the section that contains your preliminaries. On the other hand you could put your preliminaries into an unnumbered section.
Code: Select all
\section*{Preliminaries}
\addcontenstline{toc}{section}{Preliminaries}
This would cause the following sections to be numbered from One and place an entry in the ToC.
This solution is for the standrard classes. Other classes like those from
KOMA Script or
memoir have built-in features.
Best regards and welcome to the board
Thorsten¹