thehale / expressive-resume

A beautiful resume/cover letter LaTeX template pair that are extraordinarily easy to use.
MIT License
339 stars 143 forks source link

Adding LinkedIn in Resume Header #1

Closed Alymostafa closed 2 years ago

Alymostafa commented 2 years ago

Can you give an explanation of adding LinkedIn command in the resume header?

thehale commented 2 years ago

Yep!

There isn't yet a \linkedin command, but the appropriate place to create that would be in the Expressive.cls (line 110) file that the resume/cover letter classes inherit from. You can design that command after style used for github, email, etc.

Once you've created the \linkedin command, you can add it to the \resumeheader by creating a new option for it in ExpressiveResume.cls (line 19).

For consistency, it would also be good to add that option to the \coverletterheader too which can be found in ExpressiveCoverLetter.cls (line 23).