I would like to have a numbered list like this. I use the following code:
Code: Select all
\documentclass{article}
\usepackage{enumerate}
\begin{document}
\begin{enumerate}[$({q}_1)$]
\setcounter{enumi}{9}
\item first item.
\item second item.
\item third item.
\item fourth item.
\item fifth item.
\end{enumerate}
\end{document}