I'm trying to make a resume with a 2 column layout, where I'll have something like
[SECTION NAME] * space * [DETAILS]
For example:
Work experience[spaaaaaaaaaaaaaace]Some location, 2 years, etc
[spaaaaaaaaaaaaaace]Another location, 1 year
Education[spaaaaaaaaaaaaaaaaaaaace]Some degree
Note that I want the right column to be left aligned to the same position.
I have been trying this with two minipages for each section. It seems to work well, but the problem is that Latex doesn't split the minipages, and forces them to their own page. I'd like the sections to generally follow each other immediately, and break where necessary. Something tells me that minipage is not up to the task: what's an alternative?


