liantze / AltaCV

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

add summary section full width #47

Closed eyadsibai closed 4 years ago

eyadsibai commented 4 years ago

I tried to add a summary section with full width, but the right side went over the page.


\begin{fullwidth}
\makecvheader

\cvsection{Summary}
xxxxxxxxxxxxxxxxxxxxxxxxxxxxx

\end{fullwidth}```

I added this piece of code
eyadsibai commented 4 years ago

not sure why the full width did not respect the right margin

liantze commented 4 years ago

Use sample-alt.tex as a starting file instead: everything outside the paracol environment is "full width" in this template i.e. do not use fullwidth anywhere in sample-alt.tex.