LaTeX compilation error: LaTeX Error: File `standalone.cls' not found.
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."
Any possible solution would be welcome and appreciated!
Environment
Win11 Manim CE python 3.11.9
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)
Run
sudo tlmgr install standaloneAlso these others may help:
sudo tlmgr update --selfsudo tlmgr install amsmath amssymb dvisvgm cm-supersudo tlmgr install collection-latexrecommendedsudo tlmgr install collection-fontsrecommendedsudo tlmgr install standalonesudo tlmgr install previewsudo tlmgr install doublestrokesudo tlmgr install relsizesudo tlmgr install fundus-calligrasudo tlmgr install physicsIf tlmgr is not found, run:
echo 'export PATH="/Library/TeX/texbin:$PATH"' >> ~/.zshrc\n(if on mac - to add to path)
I am getting warnings that it would destroy my system install of texlive. What should I do then?
Run
sudo tlmgr install standaloneAlso these others may help:
sudo tlmgr update --selfsudo tlmgr install amsmath amssymb dvisvgm cm-supersudo tlmgr install collection-latexrecommendedsudo tlmgr install collection-fontsrecommendedsudo tlmgr install standalonesudo tlmgr install previewsudo tlmgr install doublestrokesudo tlmgr install relsizesudo tlmgr install fundus-calligrasudo tlmgr install physicsIf tlmgr is not found, run:
echo 'export PATH="/Library/TeX/texbin:$PATH"' >> ~/.zshrc\n(if on mac - to add to path)
Could you provide some solutions for Windows? I really need it.