You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Refer to the section on Brew installation to see how to install `brew`
153
153
2. Run `brew cask install mactex`
154
-
2. You can check you did it right by running `latex`
154
+
3. You can check you did it right by running `latex`
155
+
156
+
> Note that MacTeX will require at least 4.5GB of hard disk space and bandwidth.
157
+
>
158
+
> This is due to the fact that it installs every LaTeX addon package offered by [CTAN](https://ctan.org/). Only a few of these packages are required by Manim.
159
+
>
160
+
> If you would like a smaller LaTeX install which only contains the packages needed by Manim alone, consider installing BasicTeX and suitable packages with the instructions below. This will require about 1.5 GB of space and bandwidth.
161
+
162
+
If you have installed MacTeX and are comfortable with it, do not install BasicTeX.
163
+
164
+
1. Refer to the section on Brew installation to see how to install `brew`
165
+
2. Run `brew cask install basictex`
166
+
3. Ensure that the TeXLiveManager tool `tlmgr` works, by running `tlmgr --version` in the terminal.
0 commit comments