I'm using the book class.
I want to modify the spacing before and after my sections using the \titlespacing* command.
However, before I do that, I want to let its parameters be such that they reproduce exactly what they were by default. This way, I can have the default “baseline-setting” on which I can base my modifications upon. (I'm especially interested in knowing how the default settings are for the stretching/shrinking before and after the section title.)
How do I do this?
\newcommand\section{\@startsection {section}{1}{\z@}% {-3.5ex \@plus -1ex \@minus -.2ex}% {2.3ex \@plus.2ex}% {\normalfont\Large\bfseries}}. The fourth anf fifth arguments give the spacing after and before. – Gonzalo Medina Mar 20 '12 at 23:25