-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Document how to overload rich mime types with Latexify #94
Comments
I'm not sure what you mean. Do you essentially want |
If so, then I guess that something like Base.show(io::IO, ::MIME"text/latex", ode::DiffEqBase.AbstractParameterizedFunction) = Base.show(io, latexify(ode)) should work. |
Yeah, that's good. I started thinking though... maybe if it's huge I need to set it to only print a bit of it? Is that possible? |
It's possible to leave out vector/matrix rows in the latexrecipe but this does not leave any |
In Jupyter notebooks and such I would like to have Latexify be the output by default. Is there a nice way to do that? It would be nice to have the solution documented.
The text was updated successfully, but these errors were encountered: