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
This is the smallest latex distribution just enough to run Manim. Extra latex packages for fonts can be
86
+
installed using ``tlmgr``. See https://www.tug.org/texlive/tlmgr.html for more information.
87
+
88
+
1. Install chocolatey if you haven't already.
89
+
90
+
2. Run the following command
91
+
92
+
.. code-block:: powershell
93
+
94
+
choco install manim-latex
95
+
96
+
3. Finally, check whether it installed properly by running an example scene.
81
97
82
98
Using MiKTex
83
99
------------
@@ -92,26 +108,6 @@ Using MiKTex
92
108
2. You can check if you did it right by running ``refreshenv`` to update your
93
109
environment variable and running ``latex``.
94
110
95
-
Using TinyTex
96
-
-------------
97
-
98
-
1. Save the batch file `install-windows.bat
99
-
<https://yihui.org/gh/tinytex/tools/install-windows.bat>`_. (open this link and press Ctrl + S).
100
-
101
-
.. note:: Please note that it requires PowerShell (at least version 3.0).
102
-
103
-
2. Double click the file and it opens a command prompt. There might be an error
104
-
dialog or two about ``luatex.dll`` during the installation `(like this)
105
-
<https://db.yihui.org/images/install-tl-win-lua.png>`_, but that does not seem to hurt, and click “OK”. The installation directory is ``%APPDATA%/TinyTeX``, where APPDATA is an environment variable that typically points to the path ``C:\Users\Your Name\AppData\Roaming``
106
-
107
-
3.Finally, close the terminal and open a new one and type the below commands.
0 commit comments