Skip to content

swaroopjcse/cv

Repository files navigation

CV

I have modified svmiller's template and borrowed some ideas from tomasulo's markdown-latex-template to build my CV in markdown.

Prerequisites

Essential

  • Makrdown editor
  • Pandoc

Desired

  • Make
  • VSCode

Editing

The folder contains a letterhead and a latex template file. Create a .md file with the appropriate frontmatter (see one of the existing files) and write the body in markdown.

Compiling to a PDF

Using VSCode Tasks

Make sure the tasks.json is configured properly. Then simply use Cmd-Shift-B to run the task that invokes make internally.

Using command line (with Make)

MAIN={fileBasename} make

Using command line (without Make)

pandoc --template=latex-cv-template.tex sj-cv.md -o sj-cv.pdf

License

The content of this project is licensed under the Attribution-NonCommercial-ShareAlike 4.0 International license.

licensebuttons by-nc-sa