This is my resume, written using LaTeX. Currently a published PDF of the resume is not available on this repository. To get a copy of my resume you can either reach out to me at npw1010@gmail.com or build my resume from this repo using XeLaTeX. Instructions for compiling my resume on a MacBook are given below.
Prerequisites for compilation include a full XeLaTex installation, the Iosevka font, and the Helvetica font.
-
Installing prerequisites
-
XeLaTeX installation on MacBook using Brew:
brew install mactex-no-gui # install mactex, skip if already installed -
Iosevka can be installed from their website, located here. Install Iosevka and Iosevka Slab.
-
Helvetica comes with MacOS, but can also be found online if needed.
-
-
Copy this repo (or just directly copy main.tex) to your local computer.
-
Once main.tex is on your local machine, compilation can be accomplished by calling XeLaTeX from the command line. Adding an output directory is optional, but makes a cleaner build folder.
-
With Output Directory:
mkdir pdf xelatex -output-directory=pdf main.tex
-
Without Output Directory:
xelatex main.tex
-
Now you should have a PDF of my resume, located either at pdf/main.pdf or
./main.pdf. If you're interested in hiring me and you actually went through
this process I'm very interested in talking with you! Please reach out via the
contact information available on my resume.