my problem is that i have only five lines in the second page, therefor i wanna put them into the first page.
i changed some in
friggeri-cv.cls
first reduce the space for header. i changed
height=3
instead of 4
and \vspace{1.5cm}
instead of 2.5cm
. but the left side did not move to make them at the same level. how should i do?Code: Select all
\node [rectangle, fill=fillheader, anchor=north, minimum width=\paperwidth,
minimum height=3cm] (box) at (current page.north){};
Best wish
fangquingq