hola.
Prueba con el paketico titlesec, que está muy bien para cambiar el formato de los títulos. Mira, te paso un ejemplo donde toco algunas cosas, aunque no precisamente lo que tu quieres:
%hey man, put this into the preamble
%Special section title
usepackage{titlesec}
itleformat{section}[block]%
% Position of the tittle and number label
{filright}%
% Format of number label
{large
mfamily extbf hesection}%
% Distance between number label and tittle
{1ex}%
% Format title
{large extbf}%
% Spacing options between title and text
itlespacing{section}%
{1ex}{1ex}{1ex}[0em] %{ left }{ beforesep }{ aftersep }{right }
bajaté el manual de este paquete, que no es díficil de modificar el script que yo te doy para hacer lo que quieres.
SALUDOS.