I'm wondering about a pretty simple thing but I can't seem to get it to work. I'd like to itemize my homework questions like this:
https://www.math.ubc.ca/~behrend/math422/2019/A3.pdf
However, when I use
\begin{enumerate}
\item
\end{enumerate}
That is, the text goes right off the page until I press enter and start over on a new line. I don't normally have to do this for LaTeX to correctly margin text, so what am I doing wrong with \enumerate and/or \item? Or is there a different, easier way to produce this?
Working example that produces this output on the last \item:
\begin{enumerate}
\item[3.]
\begin{enumerate}
\item The labels consists of sequential numbers.
\item The numbers starts at 1 with every call to the enumerate environment.
\item adsfadsfasfadsfsafl;kajsfl;ksafjadls;fkjadsl;fjadsfadsfasfadsfsafl;kajsfl;ksafjadls;fkjadsl;fjadsfadsfasfadsfsafl;kajsfl;ksafjadls;fkjadsl;fjadsfadsfasfadsfsafl;kajsfl;ksafjadls;fkjadsl;fj
\end{enumerate}
\end{enumerate}

\item? – psa Jan 17 '20 at 06:04enumerateenvironment then you will see that LaTeX is unable to hyphenate it when it appears in the body of the document. I do not think it reasonable to expect LaTeX to be able to hyphenate garbage words, so I remain unconvinced that there is a problem here. If you have one please post an example of a word that LaTeX hyphenates differently when it appears in and outside of anenumerateenvironment. – Jan 17 '20 at 13:25