Giter Site home page Giter Site logo

resume's Introduction

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)

  • 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.

resume's People

Contributors

avinal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.