Salta al contenuto principale
Working from scratch, following simplicity

An awesome cover letter template in LaTeX

A good curriculum vitae must always be preceded or accompanied by an equally valid cover letter, I have always heard this or it can be read in almost all online guides. As a good awkward customer to this document I have always paid little attention focusing only on the classic CV and so to remedy this today I will publish a very good model found on the internet. It is in LaTeX but even those who do not know this language can easily modify it online following my guide.

The original version is here, Byungjin Park is the author and he was inspired by this one.

Changes applied by me

Compared to my other LaTeX models, this time I only added the possibility to switch from Italian to English and vice versa, for the rest it presents many useful features. Let's see some of them.

An awesome cover letter template in LaTeX

The language

The model is in English, but to switch to Italian just change this text from this:

\usepackage[UKenglish]{babel} % UKenglish or italian
\includecomment{en} % English language
\excludecomment{it} % Italian language

To:

\usepackage[italian]{babel} % UKenglish or italian
\excludecomment{en} % English language
\includecomment{it} % Italian language

The color

Then there is the possibility to change the color that distinguish it, with some pre-set or defining a specific one, which is very useful if you want to personalize your letter with a color similar to the destination company.

% Color for highlights
% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
%                 awesome-nephritis, awesome-concrete, awesome-darknight
\colorlet{awesome}{awesome-skyblue}
% Uncomment if you would like to specify your own color
% \definecolor{awesome}{HTML}{CA63A8}

% Colors for text
% Uncomment if you would like to specify your own color
% \definecolor{darktext}{HTML}{414141}
% \definecolor{text}{HTML}{333333}
% \definecolor{graytext}{HTML}{5D5D5D}
% \definecolor{lighttext}{HTML}{999999}

Contacts

In addition to the classics you can specify many other contacts such as skype, linkedin, twitter, etc. By modifying this portion of code:

\mobile{$+39\,\#\#\#\,\#\#\#\#\#\#\#$}
\email{[email protected]}
\homepage{rainnic.altervista.org}
\github{rainnic}
\linkedin{nicolarainiero}
%\gitlab{gitlab-id}
%\stackoverflow{SO-id}{SO-name}
%\twitter{@RainnicClouds}
%\skype{skype-id}
%\reddit{reddit-id}
%\extrainfo{extra informations}

The coloured sections

Finally, if you do not like the coloured sections and subtitles, I suggest you to comment them by adding the "%" character to the beginning of the line.

Download

You can find and download my cover letter template in Overleaf and GitHub at these following links:

Aggiungi un commento

Il contenuto di questo campo è privato e non verrà mostrato pubblicamente.

Plain text

  • Nessun tag HTML consentito.
  • Indirizzi web ed indirizzi e-mail diventano automaticamente dei link.
  • Linee e paragrafi vanno a capo automaticamente.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Aggiungi un commento

Il contenuto di questo campo è privato e non verrà mostrato pubblicamente.

Plain text

  • Nessun tag HTML consentito.
  • Indirizzi web ed indirizzi e-mail diventano automaticamente dei link.
  • Linee e paragrafi vanno a capo automaticamente.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
Sponsored Links
Pubblicità

Nicola Rainiero

Ingegnere civile specializzato in geotecnica con l'ambizione di facilitare la propria attività lavorativa usando e creando software libero per un sapere condiviso e collettivo. Mi occupo anche di energie rinnovabili ed in particolare di geotermia a bassa entalpia. Sono da sempre appassionato di web design e modellazione 3D.