liantze / AltaCV

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

Double photo in the Header #35

Closed joaomartins-git closed 4 years ago

joaomartins-git commented 4 years ago

Hi!

I was trying to put another photo in the header of the resumé but it only appears the corresponding "code", never the actual photo.

Screenshot 2019-12-12 at 14 06 34

I found this resumé, that someone used and altered the AltaCV, and i was trying to do it just like that. By any chance, is this possible? What can i "alter" so that mine does the same?

joaomartins-git commented 4 years ago

Hi!

I was trying to put another photo in the header of the resumé but it only appears the corresponding "code", never the actual photo.

Screenshot 2019-12-12 at 14 06 34

I found this resumé, that someone used and altered the AltaCV, and i was trying to do it just like that. By any chance, is this possible? What can i "alter" so that mine does the same?

The resumé that i found was written using the AltaCV template, but an old one.

jgoliveira commented 4 years ago

Hey, I just submitted a PR that addresses your request. #36 Take a look. Feel free to ask any questions

janjur commented 4 years ago

I would love to add my company logo to the CV :)

jgoliveira commented 4 years ago

I would love to add my company logo to the CV :)

@janjur feel free to implement the changes I did on the PR #36 . With that, you can have a profile pic on one side, and a company logo on the other :)

liantze commented 4 years ago

I should have an update ready in a couple of days; will just need to finish tidying up the code abit. Essentially you'll be able to do

\photoL{2cm}{logo1,photo1,photo2}
\photoR{2cm}{photo3,photo4}

assuming that there's enough space to fit them all on one row of course. :-)

liantze commented 4 years ago

@janjur @jgoliveira If you download altacv.cls v1.2, you can now use the new \photoL and \photoR commands with a comma-separated list of image filenames to add multiple photos.