This is a paper I've written to apply for a variety of scholarships.
I use latexmk
for my build process, it makes building *TeX
documents much
easier.
$ mkdir out
$ latexmk -pdf -xelatex -outdir=out header.tex
The resulting pdf will be in out/header.pdf
.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.