Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 919 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 919 Bytes

Michael Wadman - CV

Heavily inspired by Awesome-CV, used more as a LaTeX learning experience.
A LaTeX cheat sheet that I wrote can be found in my Gists.

To Build

Required Packages

Ubuntu/Debian

sudo apt-get install -y texlive texlive-latex-extra latexmk texlive-fonts-extra lacheck chktex

Arch

sudo pacman -Syu texlive-core texlive-latexextra texlive-fontsextra

Syntax Check/Lint

lacheck MichaelWadman_CV.tex
chktex MichaelWadman_CV.tex

Generate PDF

pdflatex MichaelWadman_CV.tex
# Or, to check then generate together:
lacheck MichaelWadman_CV.tex && chktex MichaelWadman_CV.tex && pdflatex MichaelWadman_CV.tex

If generating this for an application submission, remember to change (and uncomment) the \phone variable.