i am trying to format my section titles with titlesec package, such that i can get space before and after... so, i tried like this,
Code: Select all
\titlespacing{\section}{0pt}{*2}{*2}
But after introducing title spacing, the immediate paragraph next to section gets indented... like this...
1.1 INTRODUCTION
<space is present here>This is the text under section....
it should be
1.1 INTRODUCTION
This is the text under section.... "Like this"
Please do help .. Thanks in advance...
Regards,
Muthu