[PRL] LNCS latex style

Riccardo Pucella riccardo at ccs.neu.edu
Sat Sep 1 08:26:23 EDT 2007


> In the LNCS latex style, the lemma/theorem/etc environment starts the
> text on the same line as the heading, but this looks bad for theorems
> with multiple propositions, e.g.
>
>      Lemma 7.
>        (i) Ice cream is tasty.
>        (ii) Frozen yogurt, not so much.
>        (iii) Ice cream > frozen yogurt.
>
> Unfortunately, if I just insert a \newline (preceded by a "\ " to
> prevent LaTeX from barfing), it ends up with far too large of a break
> between the heading and the statement.
>
> Is there a better way to do this?

Dave,

Try just putting an empty mbox:

\begin{theorem} \mbox{}
\begin{enumerate}
...
\end{enumerate}
\end{theorem}


  Cheers,
  R




More information about the PRL mailing list