LuaLaTeX CV/Resume template
Find a file
2026-03-18 17:11:48 +01:00
utf8lua@17f4e009a2 upload 2025-10-18 15:29:53 +02:00
.gitignore upload 2025-10-18 15:29:53 +02:00
.gitmodules upload 2025-10-18 15:29:53 +02:00
compile.ps1 update 2026-03-18 17:11:48 +01:00
cv.lua update 2026-03-18 17:11:48 +01:00
cv.tex update 2026-03-18 17:11:48 +01:00
example.pdf update 2026-03-18 17:11:48 +01:00
LICENSE Initial commit 2025-10-18 12:00:02 +02:00
README.md yaml 2025-10-18 16:10:55 +02:00
self.png upload 2025-10-18 15:29:53 +02:00
translations.yaml yaml 2025-10-18 16:10:55 +02:00

CV/Resume template

ko-fi

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

  1. Ensure you have git installed.

  2. git clone this repository.

  3. git submodule update --init --recursive since this repository uses another.

  4. 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
  5. Ensure imagemagick is available to lua under the name magick.

  6. Ensure the FontAwesome Pro fonts are installed in the system (C:\Windows\Fonts, not the user path).
    I am using version 5.15.4. Type in the font file names in the lua file if they are different in your system than mine.

  7. Ensure the Source Code Pro font is installed in the system. Adjust the tex file if the file name is different on your system.

  8. You need to run LuaLaTeX with -shell-escape.