LaTeX-based resume, compiled to PDF.
- Install the LaTeX Workshop extension (Cursor will suggest it via
.vscode/extensions.json). - Open
resume.tex. The extension will build on save and you can open the PDF with View LaTeX PDF from the command palette (Cmd+Shift+P→ “LaTeX Workshop: View LaTeX PDF”) or from the TeX icon in the sidebar. Use “View in tab” to see the PDF next to your editor.
Requires a LaTeX distribution (e.g. MacTeX on macOS: brew install --cask mactex).
make # build resume.pdf
make clean # remove auxiliary files
make view # build and open PDFresume.pdfis generated in this directory. Replace or updateDavid_Rosson_Resume.pdffor hosting when ready.