I am writing a resume using res.cls.
I would like to write a non-indented paragraph under a section heading but can't figure out how to override the heavily indented margins used for columns under sections. I have tried \flushleft and a few other things but that nothing has worked. Anyone have any suggestions?
A minimal working example illustrating the undesired indentation:
\documentclass{res}
\usepackage{lipsum}% just to generate text for the example
\begin{document}
\section{Test Section}
\lipsum[4]
\end{document}



\noindentwon't work? – JLDiaz Jul 26 '12 at 18:04