Ensure your LaTeX distribution has the following packages installed, or install them manually:
geometry
- used for document (page) layout configuration.moderncv
- used for all the resume formatting in the generated document, including the header, sections, and section items.
For installing the packages, please refer to the following article: Wikibooks - LaTeX/Installing Extra Packages
- Visual Formatting:
If you would like to configure some formatting in the document as you like, look at theconfig/
directory, since the majority of the configuration is defined there. - Information (Input):
If you would like to compile the document for yourself, refer to thedata/index.tex
for the header values and to thecontent/
for the body content of the resume.
- Using makefile, run the following command:
make
OR
- Manually:
latexmk -pdf -jobname=Resume main.tex
You can view a compiled Resume filled with placeholders to take a look at the potential result.
To see the original document that the resume was created from, you can check Microsoft Word: Reference - Resume.docx and PDF: Reference - Resume.pdf