Normally, when I use \\ to start a new line in Latex, the previous line get's justified, that is, the space between the words is justified, so that the last word ends at the very end of the line. However, when I do this in a list, Latex doesn't justify the text with the result that the last word end in the middle of the line. Here is my example:
Code: Select all
\begin{itemize}
\item bla bla bla
\item Indifference condition for the mixed strategy equilibrium with\\
$Prob{\text{Reporting}}=p$
\end{itemize}
Thank you.