I’ve written a plugin (a widget, $caltex), which takes as input math expressions, and shows as output a prettified version of the expression —using KaTeX— along with the result of evaluating that expression.
Thanks for your contribution @jerojasro and whilst I don’t use LaTeX I know there already exists a solution within the community https://tiddlywiki.com/#KaTeX%20Plugin and its an Official Plugin. Can you document or suggest why you may use your solution over the official one to help people choose?
Was it just yesterday that I said that only a tiny number of users would need symbolic computations? Well, I guess I still don’t really need this, but now I really want it!
<scott> goes wandering away muttering something like, “where can I use this wonderful tool?”</scott>
if I have e.g. 2+3/4+5=W would it be possible to get the intermediate step, e.g. 5/9=W, calculated and KaTeX displayed as an explanatory step before going to W= 0.55555555
And keep the answer equal to some variable until the final step?
hmm, so; I changed the rendering of multiplication, to always use \times instead of \cdot; it’s available as of v 0.1.6.
I’d rather not have that (choosing mult. operator) as an option, to keep things simple. But if you find it useful, I’ll be happy to add that option. Do let me know
would it make more sense to expose that as an option for the widget (and get either no mult. operator, or \times), instead of choosing between \cdot and \times?