-
Notifications
You must be signed in to change notification settings - Fork 559
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
Missing social links from covering letter #69
Comments
I think the reason that \makelettertitle doesn't have the social links is because it wouldn't be "traditional" to put them in a letter. But on a CV/Resume it makes more sense. You can redefine the header in the letter to be the same as the CV in the moderncvheadi.sty file to get what you want though. Let me know if you don't know what I'm talking about and I can walk you through it. |
Fair enough, that makes sense. I'm not entirely sure how to do what you're suggesting, so if you could walk me through it - that would be greatly appreciated! |
I had to do this myself a few days back, remove the .txt at the end and replace the existing file with it. This change allows socials to appear in the cover letter, but it comes with the drawback that if you are putting both your cover letter and CV into the same document, it will duplicate entries. Removing the line |
When using the
\makecvtitle
command, social links are displayed underneath the contact info in the top right. However, when using\makelettertitle
this is omitted.Code to reproduce:
In this example, the social info is displayed:
CV
Covering Letter
The text was updated successfully, but these errors were encountered: