Possible Duplicate:
paragraph style - how to force line break? \paragraph{} \\ - make paragraph a header?
I have the following problem. I have a paragraph and only after this single paragraph environemnt I want to have the text following in a new line. So the original source looks like this here:
\paragraph{Some title stuff.}
bla bla bla
I tried to add \linebreak
\paragraph{Some title stuff.} \linebreak
bla bla bla
and also \\, but nothing worked, in each case I got the error message "There is no line here to end".
Anyone an idea how to sort this problem?

\subsubsectionortitlesecdo what you want? – Andrey Vihrov Oct 20 '11 at 15:30