latextemplates / scientific-thesis-template

LaTeX template for Master, Bachelor, Diploma, and Student Theses
http://latextemplates.github.io/scientific-thesis-template/
BSD Zero Clause License
358 stars 120 forks source link

Where can i assign section distance #147

Closed meda1028 closed 2 years ago

meda1028 commented 2 years ago

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

Vogel612 commented 2 years ago

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

meda1028 commented 2 years ago

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