Go to file
coolneng 4bd4489c82
Remove latexmkrc file
2021-02-19 23:47:20 +01:00
assets Add languages to the template 2021-02-19 23:46:58 +01:00
input Create working protype that reads from yml files 2021-02-16 17:31:27 +01:00
output Update paths in Makefile and latexmkrc 2021-02-01 01:10:09 +01:00
.gitignore Update paths in Makefile and latexmkrc 2021-02-01 01:10:09 +01:00
LICENSE.md
Makefile Remove latexmkrc file 2021-02-19 23:47:20 +01:00
README.org

README.org

Curriculum vitae

Curriculum vitae template that uses LaTeX for rendering, via Pandoc.

Requirements

  • Pandoc
  • GNU Make
  • LaTeX (only tested with TeX Live)

Configuration

  • Sections and layout: assets/template.latex
  • Details: input/%.yml

The lang variable allows you to have different section names, if you want a bilingual CV.

Usage

Compile the documents using make

  make

The pdf documents will appear in the output folder.