Skip to content

Instantly share code, notes, and snippets.

@Killeroid
Created February 6, 2026 18:44
Show Gist options
  • Select an option

  • Save Killeroid/be02813aa00dd1342df072cd02e1bdab to your computer and use it in GitHub Desktop.

Select an option

Save Killeroid/be02813aa00dd1342df072cd02e1bdab to your computer and use it in GitHub Desktop.
How to generate pdfs with pandoc on mac
# Install pandoc
brew install pandoc
# Install mactex
brew install mactex
# Initialize context
sudo mtxrun --generate
sudo context --luatex --generate
sudo context --luajittex --generate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment