Skip to content

mwadman/CV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages