I am using the Wolfram Engine + WLJS desktop app.
If I run the following commands:
Integrate[Sqrt[x + Sqrt[x]], x];
TeXForm[%];
CellView["$$"<>%<>"$$", "Display"->"markdown"]
I get a nicely formatted output in the WLJS desktop app.
Why don't the developers make this output the default one? Will an update address this issue?
I want to define a function named ShowTeX[Command[...]]and paste it in my init.m file. so that whenever I run ShowTeX[Command[...]], the output of Command[...] is the nice version.
How do I define this function? Where should I define it?
I am using the Wolfram Engine + WLJS desktop app.
If I run the following commands:
I get a nicely formatted output in the WLJS desktop app.
Why don't the developers make this output the default one? Will an update address this issue?
I want to define a function named ShowTeX[Command[...]]and paste it in my init.m file. so that whenever I run ShowTeX[Command[...]], the output of Command[...] is the nice version.
How do I define this function? Where should I define it?