Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
abmjunaed opened this issue Aug 17, 2020 · 1 comment

Comments

@abmjunaed
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants