Curricula Vitae / Résumés ⇒ Work Experience Section title on the same page as actual exp
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Work Experience Section title on the same page as actual exp
First of all, thank you for for this template. It's a bit of fresh air in the world of job hunting.
Now, I've tried to use it for myself, and ended up being stuck when I entered my last three work experiences and they showed up on a different page than the actual "experience" title. It looks like the experience block is not tightly connected to its title.
Thanks for your help.
Yves
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Work Experience Section title on the same page as actual exp
Thanks for the kind words about the template! I agree that this CV is particularly beautiful and will hopefully get you the job you want.
The problem you're having is that everything within "
\begin{entrylist} \end{entrylist}
" is treated as a single block and therefore doesn't break pages. If you then have too many entries to fit on one page LaTeX will put them on the next page leaving a big ugly gap.Luckily, getting around this is incredibly simple. Just break up the block with "
\end{entrylist} \begin{entrylist}
" after each "\entry
".Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Work Experience Section title on the same page as actual
Re: Work Experience Section title on the same page as actual
