latextemplates/scientific-thesis-template

Where can i assign section distance

meda1028 opened this issue · 2 comments

Hey i want to adjust the distance between each section, subsection and paragraph.
I tried something like this with the titlesec package:
\titlespacing*{\section}
{0pt}{5.5ex plus 1ex minus .2ex}{4.3ex plus .2ex}
\titlespacing*{\subsection}
{0pt}{5.5ex plus 1ex minus .2ex}{4.3ex plus .2ex}
\titlespacing*{\subsubsection}
{0pt}{5.5ex plus 1ex minus .2ex}{4.3ex plus .2ex}
\titlespacing*{\paragraph}
{0pt}{5.5ex plus 1ex minus .2ex}{4.3ex plus .2ex}
but it just produced a bunch of errors

"a bunch of errors" is not really helpful for diagnosing... We wouldn't want to fix something else than what you're experiencing, right?

Np, already fixed it.
For those who wonder the command I used was:
\redaclaresectioncommand