liantze / AltaCV

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

How to use option normalphoto? #99

Closed Jaisme closed 1 year ago

Jaisme commented 1 year ago

Hello, thanks for this nice cv template. I'm quiet new to LaTeX and I would like to use the square photo. But unfortunately it didn't work with e.g. \photoR{normalphoto}{3.0cm}{photo} or \photoR[normalphoto]{3.0cm}{photo}. How can I set the photo to square?

LucasForster commented 1 year ago

Hi, that seems to be an option for the documentclass, not the photo command itself, try: \documentclass[12pt,a4paper,normalphoto]{altacv}

Jaisme commented 1 year ago

That works! Thanks a lot :D