This is my personal Resume written in LaTeX.
In order to edit this document for your own use, you must have texlive
installed.
sudo apt install texlive-full
sudo dnf install texlive-full
sudo pacman -S texlive-core texlive-fontsextra
I personally use Vimtex which uses Latexmk for compilation. In order to use latexmk, you must pass in the --xelatex
option. Otherwise, you can compile with just xelatex SethGower.tex
.