Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.14 KB

Resume

A minimalist LaTeX template for crafting professional resumes. This template is designed to be highly compatible with resume parsers, avoiding complex formatting and elements to ensure your resume is accessible and easily interpreted by automated HR systems.

See the example.

Prerequisites

Before using this template, ensure you have the following installed:

  • LaTeX: A full LaTeX distribution is necessary. TeX Live is recommended, as it includes LuaLaTeX.
  • LuaLaTeX: This engine offers greater final appearance of the document and other useful features.
  • TeX Editor: Optional.

Installation

Clone the repository:

git clone https://github.com/korikhin/Resume.git

or with the GitHub CLI:

gh repo clone korikhin/Resume

Navigate to the src directory:

cd Resume/src

Building Resume

To build your resume use the following command:

lualatex --synctex=1 --interaction=nonstopmode --output-directory=build main.tex

When using a TeX editor, you must manually add the --output-directory flag to your build command.