is there a way to place the starred sections (\section*) in the center without changing the position of the normal sections?
I use the following code to change the normal sections:
Code: Select all
\renewcommand{\section}{\@startsection {section}{1}%
{0pt}%
{-3.5ex plus -1ex minus -.2ex}%
{2ex plus.2ex}%
{\normalfont\LARGE\rmfamily\bfseries}}