Search found 3 matches

by shinobi
Thu Jan 27, 2011 12:32 am
Forum: Text Formatting
Topic: Move multi column list up one line
Replies: 5
Views: 3627

Re: Move multi column list up one line

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.

Thanks again.
by shinobi
Wed Jan 26, 2011 11:43 pm
Forum: Text Formatting
Topic: Move multi column list up one line
Replies: 5
Views: 3627

Move multi column list up one line

I'm using res9a.tex and res.cls from this link provided:
http://rpi.edu/dept/arc/training/latex/resumes/

Here's an example of how the rest of the resume works:


\section{OBJECTIVE} To gain employment.


It produces:
OBJECTIVE To gain employment.

If you'd like I can post the entire res9a.tex ...
by shinobi
Wed Jan 26, 2011 9:35 pm
Forum: Text Formatting
Topic: Move multi column list up one line
Replies: 5
Views: 3627

Move multi column list up one line

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:

\section(TITLE) \begin{multicols}{2}
\begin{itemize}
\item First Item ...