xiaohanyu / resume

Personal resume built with Emacs org-mode and Pandoc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my personal online resume.

It is written in Emacs org-mode format and can be converted to other formats(pdf/html/markdown) via pandoc.

You need to have a latest version of TeX Live installed to build pdf.

I’ve also write a Rakefile to automate this workflow:

  • rake pdf: convert to pdf via pandoc and xelatex.
  • rake tex: convert to tex source file.

Internals:

  • pandoc is amazing.
  • pandoc is awesome.
  • pandoc(<=1.12.3.2) didn’t support org-mode reader, so you must build pandoc from master code if you want to convert from org-mode format to other formats.
  • pandoc support a user-provided header file when you want to convert to tex/pdf format.

References:

  • Thanks Craig Eley for his excellent, awesome org-mode reader for pandoc.

License:

  • BSD-3-Clause for code.
  • Text content are private.

About

Personal resume built with Emacs org-mode and Pandoc.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TeX 72.1%Language:Ruby 27.9%