LuaLaTeX script to parse a JSON CV into a LaTeX template.
It is common to use markup language such as the ubiquitous JSON to hold information for CVs an résumés. One format is the JSON file used in the al-folio Jekyll academic website CV. However, converting this JSON to a finished PDF file can involve a lot of manual editing and updating. This simple LuaLaTeX script will parse the JSON file and produce a PDF CV in my preferred style, loosley based on tucv. It should be simple to edit and change the style as needed.
- LuaLaTeX
- Biber (for bibliography generation)
- Currently only parsing the header (name, address, phone, email), education, and experience fields (more to come).
- Publications listed in
papers.bib
file are handled by Biber