I have modified svmiller's template and borrowed some ideas from tomasulo's markdown-latex-template to build my CV in markdown.
- Makrdown editor
- Pandoc
- Make
- VSCode
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.
Make sure the tasks.json
is configured properly. Then simply use Cmd-Shift-B
to run the task that invokes make
internally.
MAIN={fileBasename} make
pandoc --template=latex-cv-template.tex sj-cv.md -o sj-cv.pdf
The content of this project is licensed under the Attribution-NonCommercial-ShareAlike 4.0 International license.