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 view in IRKernel and Rmarkdown documents #47

Open
isuruf opened this issue Jul 12, 2019 · 3 comments
Open

Latex view in IRKernel and Rmarkdown documents #47

isuruf opened this issue Jul 12, 2019 · 3 comments

Comments

@isuruf
Copy link
Member

isuruf commented Jul 12, 2019

For example, Python and C++ notebooks will use latex function to convert to latex and display a symengine object.

@Marlin-Na
Copy link
Member

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?

@isuruf
Copy link
Member Author

isuruf commented Jul 12, 2019

It seems that there is support for latex string generation in the C++ library but not yet wrapped in cwrapper, right?

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.

@Marlin-Na Marlin-Na changed the title Latex view in IRKernel Latex view in IRKernel and Rmarkdown documents Aug 23, 2019
@Marlin-Na
Copy link
Member

Marlin-Na commented Sep 14, 2019

Generating latex view in Rmarkdown document is now supported with #64.

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