Giter VIP home page Giter VIP logo

resume's Introduction

Resume Example

This is a simple Markdown resumé template, LaTeX header, and pre-processing script that can be used with Pandoc to generate professional-looking PDF and HTML output.

The Markdown flavor supported is Pandoc markdown.

Dependencies

  • Pandoc >= 1.9
  • Python >= 2.7
  • A Tex installation with pdflatex and the Tex Gyre Pagella font, and some packages needed by pandoc. On Ubuntu you can get this by doing:
sudo apt-get install texlive texlive-latex-extra tex-gyre lmodern

Usage

Clone the repo and create a new branch with a different Markdown file for your resumé.

To generate PDF and HTML versions of each .md file in the directory:

$ make

In order to enable visually appealing display of contact information, the Markdown is passed through a Python script that looks for contact details beginning on the fourth line and moves them into a right-aligned, zero-height box at the top of the document. Lines with bullets (•) will be treated as separate contact lines in the output.

By default, an image of your Gravatar will be added to the HTML resumé. To avoid this:

$ GRAVATAR_OPTION=--no-gravatar make

Unicode characters

The default setup should handle most unicode characters. If you still get errors (such as for Chinese characters), install XeTeX and a font that has glyphs for the characters you need.

$ sudo apt-get install texlive-xetex ttf-wqy-zenhei

Modify header.tex to use the name of your preferred font, then run:

$ PANDOCARGS='--latex-engine=xelatex' make

resume's People

Contributors

mwhite avatar mckennapsean avatar ekfriis avatar kitb avatar ncrowell avatar phelpsw avatar robertpark avatar qoelet avatar

Watchers

 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.