//I'd recommend using a table instead.// I've done that for now as a quick fix (making a \newenvironment). But I would like to write my own .cls for this document eventually so it has to be more like the flow of a \newcommand.
I would like to divide the body of my document into two columns. In the left column go the section headings and in the right column go the section text.
My attempt is to make a new command:
[FONT="Courier New"]\newdimen\sectionwidth
\newdimen\resumewidth
\sectionwidth=0.25 \textwidth...