Curricula Vitae / Résumés ⇒ Sections not being divided into multiple pages
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Sections not being divided into multiple pages
first of all amazing template!! Really beautiful, thank you so much
I have specified some sections, but the biggest ones are not being 'divided' in more than one page. In other words, these sections generate a new page in order to have the contents all together. I put the output here: http://www.inf.puc-rio.br/~aliborio/resume2/resume.pdf
Is there any way I can change the template for the sections to be continuous and not generate a new page??
Thanks!
Airton
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
Re: Sections not being divided into multiple pages
The problem is that \cventry{} does not split between pages and your PSafe position is too long to fit on the first page. You can get around this by putting your lists outside the \cventry{} which will make them split between pages as normal.
Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Sections not being divided into multiple pages
