Re: [sage-support] sometimes show just display broken latex

2020-07-30 Thread Kel Chan
Thanks. That’s interesting because a few versions back it did work. Maybe the generated latex code changed or some extension is missing from mathjax. Cheers, Kel On Jul 30, 2020, 11:32 AM -0400, David Lowry-Duda , wrote: > On Wed, Jul 29, 2020 at 11:14:41PM +0200, pedritomele...@gmail.com wrote:

Re: [sage-support] sometimes show just display broken latex

2020-07-30 Thread David Lowry-Duda
On Wed, Jul 29, 2020 at 11:14:41PM +0200, pedritomele...@gmail.com wrote: > Probably MathJax cannot handle such an expression ... Directly inserting the output of `latex(Partition([3,2]))` into html+mathjax shows the same error, so this appears to produce latex that mathjax doesn't handle. But I

[sage-support] Directly saving html file of Three.js graphic

2020-07-30 Thread 'Peter Mueller' via sage-support
If G is a 3d graphics object, then displaying it via G.show(viewer='threejs') the web browser allows to save the corresponding html code. However, for computing a large number of graphics on a server, it would be more convenient to save the html code directly. I would have expected something li