Skip to content

Latest commit

 

History

History

Resume

Requirements

Technology

Compilation

Prerequisites

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

Configuration

  • Visual Formatting:
    If you would like to configure some formatting in the document as you like, look at the config/ directory, since the majority of the configuration is defined there.
  • Information (Input):
    If you would like to compile the document for yourself, refer to the data/index.tex for the header values and to the content/ for the body content of the resume.

Compilation

  • Using makefile, run the following command:
    make

OR

  • Manually:
    latexmk -pdf -jobname=Resume main.tex

Example

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