- When a theorem-like environment (remark, definition, theorem, etc.) starts directly with
\begin{itemize}or\begin{enumerate}, add\leavevmodeafter the environment opening to force bullet points to start on a new line:Without\begin{remark}[Title]\leavevmode \begin{itemize} \item First item... \end{itemize} \end{remark}
\leavevmode, the first bullet appears on the same line as the title.
- Always use
make allto compile the document.