Customizable CV template, arthur-cv
, allow you to choose color themes, display or not some personal information (age, address, pictures, etc.) with respect to English and French convention, define some sections on left bar (skills, etc.), and define some sections in the body (education, experience, etc.) of the CV.
Customizable cover letter template, arthur-cover-letter
, is classical with the same header than the CV template. The template allow English conventions (address and date at right and recipient information at left) and French conventions (address and date at left, and recipient information at right).
With respect to English conventions (without age, address and picture).
With respect to French conventions (with picture, address and age).
The default theme color of CV and cover letter is different kind of blue, but you can freely custom themes color, see below some non-exhaustive examples:
\usepackage{xcolor}
\definecolor{leftcolorband}{HTML}{d0f0c0}
\definecolor{boxcolor}{HTML}{59762f}
\definecolor{maincolor}{HTML}{556b2f}
\definecolor{secondcolor}{HTML}{85b145}
\definecolor{thirdcolor}{HTML}{6b8e23}
\usepackage{xcolor}
\definecolor{leftcolorband}{HTML}{e0e0e0}
\definecolor{boxcolor}{HTML}{851919}
\definecolor{maincolor}{HTML}{420c0c}
\definecolor{secondcolor}{HTML}{861919}
\definecolor{thirdcolor}{HTML}{591111}
\usepackage{xcolor}
\definecolor{leftcolorband}{HTML}{e0e0e0}
\definecolor{boxcolor}{HTML}{606060}
\definecolor{maincolor}{HTML}{484848}
\definecolor{secondcolor}{HTML}{909090}
\definecolor{thirdcolor}{HTML}{606060}
\usepackage{xcolor}
\definecolor{leftcolorband}{HTML}{fef2bf}
\definecolor{boxcolor}{HTML}{bfa100}
\definecolor{maincolor}{HTML}{5f5000}
\definecolor{secondcolor}{HTML}{e1b400}
\definecolor{thirdcolor}{HTML}{7f6b00}
This template is divided in three parts:
- The header where you can define some personal information;
- The left bar to display some skills or other;
- The body of your CV to display your experiences, educations, etc.
The left bar and body must be each one in a minipage
environment with respectively 0.37\textwidth
and 0.61\textwidth
parameters.
You can look one of the following examples: example_cv.tex
, Arthur_Bernard_CV_Fr.tex
or Arthur_Bernard_CV_En.tex
Set personal information (if you don't want to display one (or several) personal information let the command empty):
\profilepic{path/picture}
\cvname{Your Name}
\cvlinkedin{/in/your-linkedin}
\cvgithub{YourGitHub}
\cvmail{your.address@email.com}
\cvnumberphone{your phone number}
\cvaddress{Your address}
\cvjobtitle{Title of your CV}
\cvsite{www.your-website.com}
\cvyearsold{your years old}
Set section in left bar:
\sectionleft{Title of this section}
Set items in left bar:
\subsectionleft{Item name}{Optional description}
Set body section:
\section{Title of this section}
Set items in body:
\begin{rightenv}
\subsectionright{year}[1st optional argument]{title of item}[2nd optional argument][3rd optional argument]{Description of item}
\subsectionright{Date}[Level degree]{Title}[University][Location]{Description}
\subsectionright{Date}{Title job}[Firm][Location]{Description}
\end{rightenv}
Use the following command to add a new page to your CV:
\newcvpage
See example in ./example/Two_Pages_CV.tex
.
Set personal information (if you don't want to display one (or several) personal information let the command empty):
\profilepic{path/picture}
\cvname{Your Name}
\cvlinkedin{/in/your-linkedin}
\cvgithub{YourGitHub}
\cvmail{your.address@email.com}
\cvnumberphone{your phone number}
\cvjobtitle{Title of your CV}
\cvsite{www.your-website.com}
Address, date, and location are set at top right and the recipient is set at left.
\address{John \capit{DOE},\\123, somestreet\\Somecity}
\recipient{Sir \capit{COMPANY},\\456, somestreet\\Somecity}
\location{Somecity, \today}
Address, date and location are set at top left and the recipient is set at right.
\addressfr{John \capit{DOE},\\123 rue des Avenue\\Ville}
\recipientfr{Monsieur \capit{COMPANY},\\456 avenue des Rues\\Ville}
\locationfr{Ville, \today}
\begin{coverletter}
\subject{Application to job of my life}
\opening{Dear Sir or Madam,}
% write here the letter body
\closing{Your sincerly,} % To adapt following recipient
\signing{John \capit{DOE}}
\end{coverletter}
-
Compile with LuaLaTeX (prefered) or XeLaTex.
-
LaTeX packages:
- fontspec;
- ClearSans;
- fontawesome;
- ragged2e;
- parskip;
- hyperref;
- textpos;
- titlesec;
- tikz;
- xcolor;
- multirow;
- xargs;
- tcolorbox;
- enumitem;
- ifthen.
Copyright (c) 2019-2024 Arthur Bernard
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.