Giter Club home page Giter Club logo

cv's Introduction

CV

A version of my CV for GitHub. It has been adapted from the template created by Sourabh Bajaj.

Notable differences include the addition of the fontawesome5 package, and introduction of new commands for specific types of information. The array package is also used for more complex table formatting.

I also have a repository of LaTeX templates.

Using as a Template

For a quick start, use Overleaf. Upload the .tex file to a new project and modify it for yourself. Overleaf is recommended for beginners, or those who want their CV to be editable from anywhere.

Visit the LaTeX Project website if you want to create a local LaTeX installation.

Fonts

I've used a few different fonts in the past few years. The LaTeX Font Catalogue is particularly helpful for identifying fonts.

Serif Fonts

If you do not specify a font, it'll use Computer Modern.

  • Charter
\usepackage{charter}
\usepackage[charter]{mathdesign} %% For math
  • Garamond
\usepackage{ebgaramond-maths}
  • Roboto Slab (no italics)
\usepackage[rm]{roboto}
\usepackage[T1]{fontenc}
  • Times
\usepackage{newtxtext,newtxmath}

Sans Serif Fonts

Load sansmathfonts before one of these packages if you use mathematical symbols or Greek letters. Also be sure to change the default font family to Sans Serif with:

\renewcommand{\familydefault}{\sfdefault}

If you change the family default but do not provide a font package, the font will be Computer Modern Sans Serif.

  • Helvetica
\usepackage[scaled=0.94]{helvet}
  • Source Sans Pro
\usepackage{sourcesanspro}
  • Open Sans
\usepackage[default,scale=0.92]{opensans}

Other Packages of Interest

If you compile with lualatex or xelatex, the academicicons package may be of interest to you. I use pdflatex, and fontawesome5 had the icons I wanted the most.

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.