Compile a PDF document from XeTeX source files.
# To compile a PDF document:
xetex <source.tex>
# To compile a PDF document, specifying an output directory:
xetex -output-directory=<path/to/directory> <source.tex>
# To compile a PDF document, exiting if errors occur:
xetex -halt-on-error <source.tex>