
I'm writing a question sheet for my students, but I have a problem with enumerate environment. I've tried a lot of things that I've found in the web and even in the forum.
Here is a part of the code
Code: Select all
\begin{questions}
\begin{section}{Title} %just a title
\question Use the \emph{if-elseif-else-end} block to determine which... blabla
\question blablablablablabblablala
\question blablablablablablablablablabblablala
\question blablabla: % here is my problem
\begin{enumerate}
\item First sub question
\item Second sub question
\item Third sub question
\end{enumerate}
\end{section}
...
How do I change the numbering style of the enumerate lists??
Thanks in advance.