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

Need help: Rearrange position of Name, Logo and making cvjobtitle optional #22

Closed abmjunaed closed 4 years ago

abmjunaed commented 4 years ago

Hi, I really liked the CV. But I need some help.

I would like to Put my name between my picture and Logo and also want to make the jobtitle optional. Could you please help?

Thanks

PandaScience commented 4 years ago

Hi @abmjunaed, you can achieve this by redefining the sidebar like so:

\renewcommand{\makefrontsidebar}{%
  \begin{sidebar}
    % (most) sidebar commands end with \par; increase space between them
    \setlength{\parskip}{1ex}
    % optionally insert logo picture before profile
    % \plotlogobefore
    \plotprofilepicture
    \plotlogoafter
    {\Huge\color{maincolor}\cvname}
    \par
    % <additional sidebar content>
  \end{sidebar}
}

The content is then entirely up to you. In particular, \cvname and \cvjobtitle are not mandatory anymore.