Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid latex rendering if system has too many equations
The latex rendering of systems in Pluto notebooks and the documentation looks very bad for large systems. This PR reverts to the standard printing of systems if the number of equations is > 50. Ideally, I'd like to avoid automatic latexification at all times, it is currently poorly implemented and has a ton of known issues. It would be better to ask the user to opt into latexification and use something that is more robust by default.
- Loading branch information