-
Notifications
You must be signed in to change notification settings - Fork 8
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 view in IRKernel and Rmarkdown documents #47
Comments
I have thought about supporting latex printing in R markdown document, and it should also be possible in Jupyter notebook. It seems that there is support for latex string generation in the C++ library but not yet wrapped in cwrapper, right? Do you think we should use SymEngine's latex printer or implement R's? |
Yes. SymEngine's latex printer is at its early stages and there's much to improve. It's faster since it uses symengine internals. If there are any issues with it, we can fix it and it would benefit the python and other wrappers. |
Generating latex view in Rmarkdown document is now supported with #64. |
For example, Python and C++ notebooks will use
latex
function to convert to latex and display a symengine object.The text was updated successfully, but these errors were encountered: