how to enumerate in overleaf starting at a custom number code example
Example: number list latex
#LaTex: creating a number list
\begin{enumerate}
\item The labels consists of sequential numbers.
\item The numbers starts at 1 with every call to the enumerate environment.
\end{enumerate}