Add a line break after \paragraph in LaTeX

Solved
avsee -  
 Evans -
Hello,
I wanted to know if it is possible to insert a line break after using the command \paragraph{text} in LaTeX.
Indeed, the text is written on the same line and using a command like \\\\ or \newline does not work...
I managed to insert a line break by doing \paragraph{text \\\\} but that also adds line breaks in the table of contents and the line break is greater than normal in the text...

Thank you in advance if a LaTeX pro can help me

Avsee
Configuration: Windows Vista Firefox 2.0.0.11

7 réponses

poulpy
 
hello

use actually:
\paragraph{toto}
~~\\
68
Jatheski
 
Perfect, that works great!
Thank you!
0
Lo
 
Merci
0