I wana the numbering go down, with other number. Go to straight.
\begin{exercise}
\begin{enumerate}
\item 123
\item 123
\item 123
\item 123
\end{enumerate}
\end{exercise}
I wana the numbering go down, with other number. Go to straight.
\begin{exercise}
\begin{enumerate}
\item 123
\item 123
\item 123
\item 123
\end{enumerate}
\end{exercise}
If you add \hfill, it will align the first number with the others, like this:
\begin{exercise}
\hfill % moves whatever comes next to a new line
\begin{enumerate}
\item What is your name?
\item What is your quest?
\item What is the capital of Assyria?
\end{enumerate}
\end{exercise}
\leavevmodeas in Enumerate alignment problem in theorem environment, Is it possible to use the enumerate/itemize environment within the proof/remark environment in a nice way? and Theorem formatting: strange interaction with itemize. – moewe Oct 26 '15 at 13:34