iamjakewarner / jdf

Joyner Document Format official
MIT License
162 stars 188 forks source link

document macOS install for dependencies #4

Closed micahstubbs closed 5 years ago

micahstubbs commented 5 years ago

thanks for the project!

it would be nice to document the macOS install process for dependencies, like pdflatex

micahstubbs commented 5 years ago

here is one possible answer https://superuser.com/questions/1038612/where-do-i-get-the-pdflatex-program-for-mac

micahstubbs commented 5 years ago
brew cask install basictex

which pdflatex
iamjakewarner commented 5 years ago

There are many ways to install LaTeX on different operating systems, and documenting all of them is beyond the scope of this repo. As I said in the README, I personally use a distribution called MacTeX. In my opinion, it’s the best way to ensure that you have all the required dependencies. Since you’re on Mac, you should consider it. You can also read about the differences between MacTeX and BasicTeX on the MacTeX site.