My CV as a JSON document.
Go to file
2023-11-28 12:50:00 +00:00
.aspell fix: update CV and project 2023-10-02 17:53:20 +01:00
.gitignore fix: update CV 2023-08-14 17:01:32 +01:00
cv.json fix: CV fixes and edits 2023-11-28 12:22:34 +00:00
Makefile fix: update CV and project 2023-10-02 17:53:20 +01:00
README.asciidoc docs: add README 2023-11-28 12:50:00 +00:00

My CV

This project is where I manage my CV. The CVs PDF file is generated using spruce.

Generating the PDF document

Requirements

  • make: (optional) uses the Makefile to build the PDF.

  • aspell: for spell checking

  • spruce: to generate the the PDF file.

  • conTeXt: to generate the tex file for the PDF generation.

Create the PDF

$ make pdf
spruce generate --input cv.json --output cv-DanAnglin-2023-11-28_12-46.pdf
time=2023-11-28T12:46:12.694Z level=INFO msg="Creating the Tex file."
time=2023-11-28T12:46:12.696Z level=INFO msg="Tex file successfully created." filename=/tmp/cv-builder-91518564/cv.tex
time=2023-11-28T12:46:12.696Z level=INFO msg="Creating the PDF document."
time=2023-11-28T12:46:16.676Z level=INFO msg="PDF document successfully created." filename=/tmp/cv-builder-91518564/cv.pdf
time=2023-11-28T12:46:16.676Z level=INFO msg="File successfully copied." source=/tmp/cv-builder-91518564/cv.pdf destination=cv-DanAnglin-2023-11-28_12-46.pdf