0

The number not straight.

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}
Le Quan Plus
  • 123
  • 8

1 Answers1

1

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}
Arun Debray
  • 7,126
  • 2
  • 30
  • 54