liantze / AltaCV

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

adding a cvsection causes a repeat in the sidebar #27

Closed boryanakis closed 5 years ago

boryanakis commented 5 years ago

Hi,

I am trying to add a "professional summary" section at the top of the first page. So, I simply added

\cvsection[page1sidebar]{Professional Summary}
Here is my professional summary.

right before the Experience section. As soon as I do that, I see a repeat of the top section of the sidebar at the bottom of the sidebar (see attached screenshot - the star is the only change I have made from the template using the above two lines of code). Could you please advice on what I am doing wrong, or if there is a work-around? Thank you!

PS: Even if I remove the "A Day Of My Life" section, the repeat appears.

altacv_screenshot
liantze commented 5 years ago

The [page1sidebar] bit is the code that inserts the sidebar sections from page1sidebar.tex, so you would want to check if you have two \cvsections that has [page1sidebar]. (You probably haven't yet deleted it from the \cvsection{Experience} line.)

Only one \cvsection should have a [page1sidebar] on each page.

boryanakis commented 5 years ago

Thank you so much! I should have noticed it. I really appreciate you getting back to me so quickly.

liantze commented 5 years ago

No problem! :D