PandaScience / FortySecondsCV

A highly customizable and improved version of Carmine Spagnuolo's Twenty Seconds Curriculum Vitae.
BSD 3-Clause "New" or "Revised" License
215 stars 66 forks source link

Multiple Chartlabels overflow #15

Closed renedlog closed 4 years ago

renedlog commented 4 years ago

image seems like multiple chartlabels overflow the first column

renedlog commented 4 years ago

A small fix for everyone with the same problem is a "minipage" e.g.:

\begin{minipage}{\linewidth}
              \chartlabel{Rasa}\chartlabel{Pandas}\chartlabel{Google Cloud}\chartlabel{Neo4j}
\end{minipage}
PandaScience commented 4 years ago

Yep, nice one. I did not restrict the sidebar content with anything like a minipage, so that the user can freely "overflow" on demand. The aboutme, barskill, membership etc. commands are, however, constructed in a way they can't become larger than the sidebar. The correct length for the minipage should be \sidebartextwidth. I will add a sidebarminipage environment to fix that behavior if required.

Edit: Actually, I use a textblock environment for the sidebar, so pure text should be wrapped. This is why \linewidth also works for you. :wink: