On Thursday 25 January 2007 10:19, John Hughes wrote:
> Is there a way of making the section (and subsection etc.) numbers appear
> in the left margin, so that the text of the section headings themselves are
> lined up with the left margin?

That would be really cool. 

Anyway, the following is just a guess, completely untested, but maybe it will 
start off your investigation...


\let\oldsection = \section
\let\endoldsection = \endsection
\renewenvironment{section}{
    \leftskip -0.6in
    \begin{oldsection}
}{
    \end{oldsection}
}


HTH (one can always hope)

SteveT

Steve Litt
Author: Universal Troubleshooting Process books and courseware
http://www.troubleshooters.com/

Reply via email to