/Resume

This is the LaTeX source for my resume

Primary LanguageTeX

This is my personal Resume written in LaTeX.

Usage

In order to edit this document for your own use, you must have texlive installed.

Ubuntu
sudo apt install texlive-full
Fedora
sudo dnf install texlive-full
Arch
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 FirstLast.tex.