I'm working on a resume. I need this list to move up to the same line the section title is on (as that is how the rest of my resume is). I'm using the multicol package to have 2 column bullet lists. The code looks like this:
If it is, we need to know how that is accomplished, since that is not standard behavior, and that is impossible to understand how to handle this without knowing what documentclass, packages, etc., you're using that is responsible for it.
If you'd like I can post the entire res9a.tex and the res.cls, but they are found at the link above.
EDIT: Also, it does format correctly like the second example you gave where they are aligned, but they're just one line too low. I'm assuming multicol automatically moves it down a line?
I think multicol just flushes out the partly written line; it wouldn't move to a new line unless the line it's on had been partly written already, as it is here.
I tested things out, and it seems to work just fine to put the \section command inside the multicol environment (at least as well as it would be if you had a single column list there):
If there's something strange about that, my next suggestion was going to be to use some negative vertical space, but for some odd reason, it seemed to work just to use 0 vertical space, which is very confusing to me:
That vspace command shouldn't do anything at all, yet in that document class somehow it does. Feeling a bit to lazy at the moment to try to figure out what's going on there.
Thanks a bunch! Putting the section line after multicols seemed to work fine. I'm not sure how that makes sense actually, but I'm happy with it working. The 0 vertical space seems to make even less sense, but also works.
shinobi wrote:[…] Putting the section line after multicols seemed to work fine. I'm not sure how that makes sense actually, but I'm happy with it working. The 0 vertical space seems to make even less sense, but also works.[…]
Then please mark the topic accordingly as written in Section 3 of the Board Rules (to be read before posting).