Skip to content

avinal/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compact and Minimal Resume Template

This CV(Resume) template is compact, minimal, easy to modify and beautiful. See My Resume below.

Example CV

How to use this template ?

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@example.com}
  • 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}
  • Phone (Optional)

        \phonenumber{0123456789}
  • 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

Requirement(s)

You must compile this resume with XeLaTex or LuaLaTeX (pdfLaTex is incompatible with fontawesome). While using Overleaf choose Compiler from the menu.

This resume template uses following extra packages:-

In addition to packages, Roboto font family is required. (Fonts are bundled with the project)

License

Copyright 2024 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.

Acknowledgements

This resume template is inspired by Alessandro Rossini's Adaptive CV , Debarghya Das's Deedy CV and Font Awesome icons.