Scripts to generate my resume in various formats.
-
Pandoc - for converting to other formats
brew install pandoc
-
MacTeX - for generating PDF
brew install --cask mactex
-
Python 3.14 (just because it is π version of Python)
brew install python@3.14
-
Taskfile - for running command line shortcuts
brew install task
Generate the resume documents in HTML, PDF, and Markdown formats, and open a preview server to view the HTML version.
task allGenerate Markdown and HTML documents.
task generateCreate a PDF using the generated HTML applying latex template using Pandoc.
task pdfOpen a local web server to preview the HTML version of the resume.
task preview