The hell of preparing a camera-ready pdf for an editor that does not provide a LaTeX style file...
I am trying to modify the spacing of sections so that they have a 2ex space before them, unless when they begin at the top of the page, in which case, there should be no space between them and the margin.
I tried a lot of things, playing with titlespacing. The command that leads the closer to what I am looking for is:
Code: Select all
\titlespacing{\section}{0pt}{*2}{*1}
Code: Select all
\titlespacing{\section}{0pt}{2ex minus 2ex}{*1}
I had the same problem with \chapter before, but since the position of the latter is quite predictable, I was able to change the spacing easily. Here, I need the spacing to adapt and I don't know how to do this.
Any idea?
Thanks in advance.