Created
February 6, 2026 18:44
-
-
Save Killeroid/be02813aa00dd1342df072cd02e1bdab to your computer and use it in GitHub Desktop.
How to generate pdfs with pandoc on mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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