Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LaTeX compilation error: LaTeX Error: File `standalone.cls' not found. #2133

Open
Lay-Yin opened this issue May 5, 2024 · 1 comment
Open

Comments

@Lay-Yin
Copy link

Lay-Yin commented May 5, 2024

I've installed TinyTeX by chocolatey choco install manim-latex. It is a dedicated package for Manim based on TinyTeX which contains all the required packages that Manim interacts with.
After installation, my code couldn't run because of " You do not have package standalone.cls installed."
image
Any possible solution would be welcome and appreciated!

Environment

Win11
Manim CE
python 3.11.9

@JakeMawson
Copy link

JakeMawson commented Oct 15, 2024

Run sudo tlmgr install standalone

Also these others may help:

sudo tlmgr update --self
sudo tlmgr install amsmath amssymb dvisvgm cm-super
sudo tlmgr install collection-latexrecommended
sudo tlmgr install collection-fontsrecommended
sudo tlmgr install standalone
sudo tlmgr install preview
sudo tlmgr install doublestroke
sudo tlmgr install relsize
sudo tlmgr install fundus-calligra
sudo tlmgr install physics

If tlmgr is not found, run:
echo 'export PATH="/Library/TeX/texbin:$PATH"' >> ~/.zshrc\n
(if on mac - to add to path)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants