whatsupabhijit / CV-Using-Latex

I have created my CV using this Latex template. This CV is inspired by the design of Awesome CV. I have simplified some of the designs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abhijit Dutta CV
Abhijit Dutta CV and Cover Letter

LaTeX template for job application


Preview

Résumé

You can see PDF

|Résumé |

Cover Letter

You can see PDF

Cover Letter |

Quick Start

Note: Above services do not guarantee up-to-date source code

How to Use

Requirements

A full TeX distribution is assumed. Various distributions for different operating systems (Windows, Mac, *nix) are available but TeX Live is recommended. You can install TeX from upstream (recommended; most up-to-date) or use sudo apt-get install texlive-full if you really want that. (It's generally a few years behind.).

You can also install MiKTex for windows. Open the cv.tex file and cv.cls file. When the cv.tex file window is active choose typeset as XeLaTex and press the green triangle button to generate the pdf.

Usage

At a command prompt, run

$ xelatex {your-cv}.tex
$ xelatex {your-coverletter}.tex

You can also store the commands in a file and then run using shell command

$cat cmd.sh
xelatex cv.tex
xelatex coverLetter.tex
$ sh cmd.sh

This should result in the creation of {your-cv}.pdf and {your-coverletter}.pdf

If you don't know Latex, then you can check the guide under latex folder, index.html file. Alternatively there is a zipped version also with name latex.tar.gz

You can download the file instead and unzip the tar file with below command -

$ tar latex.tar.gz

Credit: I have taken this guide from NASA's website.

One pre-requisite for all of this commands to run in windows also is - You need to install CMDER and run all this commands not from cmd but from CMDER.

Credit

LaTeX is a fantastic typesetting program that a lot of people use these days, especially the math and computer science people in academia.

LaTeX FontAwesome is bindings for FontAwesome icons to be used in XeLaTeX.

Roboto is the default font on Android and ChromeOS, and the recommended font for Google’s visual language, Material Design.

Source Sans Pro is a set of OpenType fonts that have been designed to work well in user interface (UI) environments.

This CV is inspired by the design of Awesome CV, Latex_CV, Mcdowell-CV.

Contact

You are free to take my .tex file and modify it to create your own resume. Please don't use my resume for anything else without my permission, though!

If you have any questions, Click here to connect.

Good luck!

How to tweak it?

  • With minimum effort, you can use the CV.tex as it is provided with the high level functions such as \datedexperience, \explanation, \explanationdetail to add elements to your CV. You can create skill elements with \newcommand{\skillname{\createskill{<Skill Category>}{<explanation>}}} and finally create the list of skills with \createskills{<comma seperated skills list>}.
  • You can also use it for your cover letter by just using
    \setcompanyname{GOOGLE INC.}
    \setcontactperson{Mr.Brown}
    \setclaimedposition{Junior Data Scientist} 
    \coverletter{ %
    <coverlettertext>
    }
    
    and deleting the rest of sections.

Warning

  • For Mac users, If you use TexShop, you need to locate the AwesomeFont in your file system and load to your system. It is most probably under /usr/local/texlive/2019/texmf-dist/fonts/opentype/public. Just locate it and double-click install. Then you are good to go.

Resume Checklist

✅ The resume should be 1 page.

✅ Add github link, linkedin link and your online portfolio link.

✅ In each bullet point in technical experience mention always how much impact it had to the company. Numbers speak a lot.

✅ Better to include the keywords from the job description of the company for which you are applying.

✅ Don't add summary/objective in your CV. Its just waste of your space. Also you are limitting to the roles.

✅ “I” should not be used.

✅ Grammatical mistakes and Typos are strict No No.

About

I have created my CV using this Latex template. This CV is inspired by the design of Awesome CV. I have simplified some of the designs.

License:MIT License


Languages

Language:HTML 89.3%Language:TeX 10.6%Language:CSS 0.1%Language:Shell 0.0%