atyamsriharsha / Data-Scientist-Resume-LaTeX

A LaTeX resume template, tailored for the recent graduate who aspires to be a Data Scientist.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaTeX resume template

This is the template I use for my own resume. I've forked it from Harsh Gadgil's repository :

  1. Harsh Gadgil's resume template

CV Screenshot

Installating pre-requisites (Windows)

  1. Install MiKTeX, a TeX distribution for Windows that includes a large number of major packages.

  2. Install an editor to edit and compile LaTeX documents. I recommend TeXstudio or Texmaker.

Once both the distribution and editor are installed, clone this repository using git clone and open the template.tex file in your editor. You're good to go!

Installation on Linux (Ubuntu)

  1. Install texlive and some extras
sudo apt-get install texlive texlive-xetex texlive-fonts-extra
  1. Install an editor
sudo apt install texworks
  1. install font for mfizz:
wget https://github.com/kdungs/latex-fontmfizz/blob/master/font-mfizz.ttf
cp font-mfizz.ttf ~/.fonts/

License

Copyright 2016 Harshavardhan Gadgil

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A LaTeX resume template, tailored for the recent graduate who aspires to be a Data Scientist.

License:Apache License 2.0


Languages

Language:TeX 100.0%