This CV(Resume) template is compact, minimal, easy to modify and beautiful the same time. This template is created according to the job requirements of engineers.
If you are new to LaTeX, use the example.tex file to start with.
There are a lots of custom commands and environments to make this resume template easy to use.
-
Name and Qualification (academic degree). (required)
\fullname{FirstName}{LastName}{Degree}
-
Resume Title - To be shown below the name (optional)
\cvtitle{Your Resume Title}
-
Email ID (required)
\email{[email protected]}
-
Website/Portfolio (optional)
\website{https://www.example.com}{Website Text}
-
GitHub (Optional)
\github{https://github.com/username}{GitHub Text}
-
LinkedIn (Optional)
\github{https://www.linkedin.com/in/username}{LinkedIn Text}
-
Current Date(any format) (required)
\currentdate{DD Month YYYY}
-
Sections - Create sections
\section{Section Name}
-
Combo Sections - Subsection with details
\combosection{Subsection Name}{Location/Extra Info}{Duration}{ Desciption }
-
Tight List Environment - to create compact bulleted list
\begin{tightlist} \item itemA \item itemB \end{tightlist}
-
Extend for a verbose resume - you can put all description at once and compile either full or compact version, default is compact. To compile full version add
extended
in\documentclass
.\ifextended This is the full content. \else This is compact content. \fi
-
You can also use fontawesome icons. For list of available icons check here.
\faicon{icon-name} % you can also use direct icon commands
You must compile this resume with XeTeX
, XeLaTex
, LuaTeX
or LuaLaTeX
. (pdfLaTex is incompatible with fontawesome)
This resume template uses following extra packages:-
- fontawesome - For fontawesome icons
- xcolor - Custom coloring
- fontspec - Custom font selection
- fancyhdr - Custom header and footer design
- titlesec - Format sections, subsections, chapters
- hyperref - Link and pdf options
- geometry - Document dimensioning
In addition to packages, Roboto font family is required. (Fonts are bundled with the project)
Copyright 2021 Avinal Kumar This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 of this license any later version.
This resume template is inspired by Alessandro Rossini's Adaptive CV , Debarghya Das's Deedy CV and Font Awesome icons.