I would like to state a problem in LaTeX with a somehow big title and I cannot find a way to separate the title in 2 lines. LaTeX keeps all this in one line. (Below is a sample code).
\begin{problem}[{\sc BlablaBlabla BlablaBlablaBlabla BlablaBlablaBlabla BlablaBlablaBlabla Blabla BlablaBlablaBlabla }]
....
\end{problem}
I tried to use \\, \newline, \linebreak and the \protect before these but nothing worked. LaTeX ignored the line breaking command completely.
E.g.
\begin{problem}[{\sc BlablaBlabla BlablaBlablaBlabla BlablaBlablaBlabla \\ BlablaBlablaBlabla Blabla BlablaBlablaBlabla }]
...
\end{problem}
Can someone please help me with this? Thank you!

{proof}. It’ll be better to change{proof}in a way that the fonts are set automatically … – Tobi Oct 30 '13 at 16:21