liantze / AltaCV

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

Create New Page without sidebar #112

Closed RohanDoshi21 closed 12 months ago

RohanDoshi21 commented 12 months ago

I am trying to remove the space left for the sidebar on the 2nd page that I want to create. image

I don't want a sidebar on the second page, nor the space that is left. I want to occupy the entire space.

liantze commented 12 months ago

Move those contents to after the paracol environment.

\begin{paracol}{2}
...content for page 1, left column ...
\item Paper publication: ``Blockchain-based solution... Platform''
\end{itemize}
% end page 1, left column

\switchcolumn

...content for page 1, right column ...
\cvsection{Coursework}
\begin{itemize}
...
\item Database management systems
\end{itemize}

% end page 1, right column
% in fact end of page 1
\end{paracol}
% Close paracol columns environment

\clearpage
% everything after this will be just one single column occupying entire text block width
\cvsection{Projects}
...