| utf8lua@17f4e009a2 | ||
| .gitignore | ||
| .gitmodules | ||
| compile.ps1 | ||
| cv.lua | ||
| cv.tex | ||
| example.pdf | ||
| LICENSE | ||
| README.md | ||
| self.png | ||
| translations.yaml | ||
CV/Resume template
Preview
The repository contains an example pdf, which also serves as an instruction manual.
A Windows compile script is provided, which will speed up generating the PDF (parallelized).
Setup
-
Ensure you have
gitinstalled. -
git clonethis repository. -
git submodule update --init --recursivesince this repository uses another. -
Ensure your LaTeX distribution includes LuaLaTeX.
LaTeX Packages
- luacode
- luapackageloader
- lua-tinyyaml
- bookmark
- calc
- xcolor
- fontspec
- parskip
- paracol
- tabularx
- graphicx
- hyperref
- progressbar
- tikz
- tikz library: fadings
-
Ensure
imagemagickis available to lua under the namemagick. -
Ensure the FontAwesome Pro fonts are installed in the system (
C:\Windows\Fonts, not the user path).
I am using version5.15.4. Type in the font file names in the lua file if they are different in your system than mine. -
Ensure the Source Code Pro font is installed in the system. Adjust the tex file if the file name is different on your system.
-
You need to run LuaLaTeX with
-shell-escape.