the part of my document contains inside
section
which contains one subsection
which contains few \cventriy
elements, defined bellow.I cant find out the way how to proper format it. As you can see the first
\cventry
(the beginning is the string: 10/2102 - present
) is at the first page, then there is big blank place and another \cventry (09/2011 - 09/2012)
starts and the begging of the second page. The section Proffesional experience records starts with:
Code: Select all
\section{\textbf{Professional Experience Record}}
\subsection{\textbf{}}
\cventry{....
Code: Select all
\subsection{\textbf{}}
Each element of
\subsection{\textbf{}}
is defined by this macro.Code: Select all
\newcommand*{\cventry}[6]{%
\cvline{#1}{%
{\series#2}%
\ifthenelse{\equal{#3}{}}{}{, {\slshape#3}}%
\ifthenelse{\equal{#4}{}}{}{, #4}%
\ifthenelse{\equal{#5}{}}{}{, #5}%
.%
\ifthenelse{\equal{#6}{}}{}{\newline{}\small#6}
}}%
Is it possible that second
\cventri
will start right after the first one and the rest of it will continue on the second page?The file attached is print screen of the output, I must use black because of private information. Could provide the snippets of source code of course.
Thanks a lot for you suggestions!
Best,
Peter