liantze / AltaCV

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

personalinfo spacing/alignment #73

Closed step21 closed 3 years ago

step21 commented 3 years ago

I added \orcid{} and now in the front, I have e-mail address and orcid (in two lines), but they do not start at the same position, which looks off. See below: grafik

Is it supposed to be like this or something I did?

liantze commented 3 years ago

They shouldn't be misaligned... if you're still having this problem, could you please post an example of your \personalinfo{...} code?

step21 commented 3 years ago

Thanks for taking the time to respond! So it always seems to happen when I add my orcid. With the example code like below (personal info mostly removed) I could also send you the code with personal info if the fake data does not work, I would just prefer not to post it to github.

\personalinfo{
\email{name@someplace.eu}
\mailaddress{somestreet, someplace}
\location{Someplace}
\phone{9872340932}
\orcid{0000-0003-3456-1234}
%\homepage{}
\twitter{@twitter}
\linkedin{someperson}
\github{github.com/step21}
\pronouns{pronoun}
}
liantze commented 3 years ago

Thanks; that sample code seems to work fine for me though. Are you using the latest (or, relatively new) version of altacv.cls?

step21 commented 3 years ago

I think it says version 1.3.2 from 17th May 2020. Is that recent enough?

liantze commented 3 years ago

Perhaps try using the latest one v1.5; now you don't need the "academicons" option and can compile using pdflatex to use \orcid{...}.

step21 commented 3 years ago

Thanks, that fixed it. Thanks for taking the time, and sorry for wasting your time, I should have checked for an updated version.