Making the output look nicer. #379
Replies: 2 comments 1 reply
-
Hi @Ahri-man
LaTeX form is limited to math equations only, while Wolfram Language output can be images, rows of images, equations mixed with other objects, sound, video and etc. Following the notebook structure of, let's say - Mathematica, we need to make sure, that the output can be copied or edited and still be a valid input form. Therefore we can only progressively improve the current output format, while TeX output shown in your code snippet can be optional and defined by a user for a specific task they have.
One can put it to
then
After the restart ![]() |
Beta Was this translation helpful? Give feedback.
-
OK, I found some bugs: in the first case, ShowTeX[] should output EllipticF instead of just F. |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions