Closed aflexa closed 6 years ago
The sidebar can't \clearpage
, \newpage
nor break across pages on its own. It's really a \marginpar
, which can't do things like that in LaTeX. So you'll have to manually move the extra sections into the file page2sidebar.tex
.
There is a new command \addnextpagesidebar
as well; see comments at the end of sample.tex
and mmayer.tex
:
%% If the NEXT page doesn't start with a \cvsection but you'd
%% still like to add a sidebar, then use this command on THIS
%% page to add it. The optional argument lets you pull up the
%% sidebar a bit so that it looks aligned with the top of the
%% main column.
% \addnextpagesidebar[-1ex]{page3sidebar}
is there anyway to not show the sidebar on page 2?
is there anyway to not show the sidebar on page 2?
This seems to be a duplicate of #95 (and replied there)
@liantze I wanted to lift the sidebar in the second page. Seems like \addnextpagesidebar[-1ex]{page2sidebar}
is not working.
\cvsection
. \cvsection[page2sidebar]{Publications}
on the second page and, the sidebar comes in the mid of the second page aligning the Publications
. \cvsection
)The optional argument lets you pull up the
%% sidebar a bit so that it looks aligned with the top of the
%% main column.
What is this optional argument?
The \newpage command does not work for the page1sidebar. If the text does not fit on the first page it is not transferred to the next one. Alternatively, tried to manually put it on the next page with the newpage command but it doesn't work. Any suggestions?
Cheers