I wanted to use the enumerate environment. I am using this code:
\begin{enumerate}
\item To define the outliers and events.
\begin{enumerate}
\item How can events be defined?
\end{enumerate}
\item To detect an event.
\item To characterize an event.
\item To evaluate the detected outliers and events.
\end{enumerate}
result:
To define the outliers and events.
(a) How can events be defined?
- To detect an event.
- To characterize an event.
- To evaluate the detected outliers and events.
I wanted to replace the sub numbering of alphabet with numbers. Expected results:
To define the outliers and events.
1.1 How can events be defined?
- To detect an event.
- To characterize an event.
- To evaluate the detected outliers and events.

