-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Put name as hyperref into Xing/LinkedIn instead of the profile-identification to the profile page #442
Comments
👋 Welcome! Looks like this is your first issue.Hey, thanks for your contribution! Please give us a bit of time to review it. 😄 |
Thanks @CodingChristoph, I was looking for this. Strict copy paste of your solution crashed compilation. Looks like "faLinkedinSquare" was undefined on my side. Fixed like this :
use as in main .tex document: Thanks again ! |
Thanks to you both! @videlc 's Version worked for me for the cover letter template, but not the CV itself. I removed the
\ifthenelse{\isundefined{\@linkedin}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\@headersocialsep}%
\href{https://www.linkedin.com/in/\@linkedin}{\faLinkedinSquare\@linkedin}%
}%
\ifthenelse{\isundefined{\@linkedinid}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\@headersocialsep}%
\href{https://www.linkedin.com/in/\@linkedinid}{\faLinkedinSquare\@linkedinname}%
}%
|
Hi,
just want to add a little thing here:
When using i.e. \xing{} or \linkedin{} it had as an argument the specific profile identification on the corresponding page (Xing, or LinkedIn). Simply copying what was already done for googlescholar ID in the awesome-cv.cls gives the name with the Xing/LinkedIn symbol as a hyperlink to the profile, instead of the profile-identification of the corresponding profile.
Just added (You can do this for each other linked profile, that you want):
linkedinid is the your former used profile-specification, that is leading to your profile on LinkedIn.
The text was updated successfully, but these errors were encountered: