New functionality and breaking changes in `tm-mathematica`

  1. Breaking change: Magic line style changed from
% -width 400

to

(** width:400px **)

for consistency of you codes. Note that you need to explicitly specify px if what you want is in number of pixels.

  1. You can now use % or %n to refer to previous output. As usual, output prompt, whose index is the same as the input prompt index, won’t be printed when there’s a single output.

  2. Apart from a portion of in-session formula input, this plugin now works in mogan.

Check it out at https://github.com/hammerfunctor/tm-mathematica

2 Likes

Where is your plugin?

Thanks for asking. See the updated topic.