personalinfo spacing/alignment
step21 opened this issue · 6 comments
They shouldn't be misaligned... if you're still having this problem, could you please post an example of your \personalinfo{...}
code?
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}
}
Thanks; that sample code seems to work fine for me though. Are you using the latest (or, relatively new) version of altacv.cls?
I think it says version 1.3.2 from 17th May 2020. Is that recent enough?
Perhaps try using the latest one v1.5; now you don't need the "academicons" option and can compile using pdflatex to use \orcid{...}
.
Thanks, that fixed it. Thanks for taking the time, and sorry for wasting your time, I should have checked for an updated version.