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.
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.
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
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.