liantze / AltaCV

Yet another alternative curriculum vitae/résumé class with LaTeX
Other
1.26k stars 329 forks source link

Overleaf AltaCV / Sidebar not show on page 2 #95

Closed LesliekWood closed 2 years ago

LesliekWood commented 2 years ago

Hello

is there anyway to not show the sidebar on page 2 and let the section go across the entire page? I still want the sidebar to show on page 1.

Thanks Leslie Wood

liantze commented 2 years ago

Look for the \end{paracol} in your .tex file, then move it to the end of your first page contents (including sidebar). Add \clearpage after \end{paracol} to start a new page if necessary.

LesliekWood commented 2 years ago

Thanks for the help, there isn't any \end{paracol} but I did solve it by using

% Make Section go full width of the page \newenvironment{fullwidth}{% \begin{adjustwidth}{}{\dimexpr-\marginparwidth-\marginparsep\relax}} {\end{adjustwidth}}

\begin{fullwidth}

\end{fullwidth}

liantze commented 2 years ago

OK, it sounds like you're using a rather old version. In general it is recommended to use the current version of altacv.cls and sample.tex; see https://github.com/liantze/AltaCV.