njpipeorgan / wolfram-language-notebook

Notebook support for Wolfram Language in VS Code
Apache License 2.0
159 stars 11 forks source link

Copy latex equation #53

Closed desk7 closed 10 months ago

desk7 commented 1 year ago

If I write something like this:

sol: Integrate[1/(1+x^3),x]
TeXForm(sol)

the math expression is correctly rendered. It would be nice to be able to right-click on it and copy the latex plain text.

njpipeorgan commented 10 months ago

You can click the triple dots to the left of the output and choose "Change Presentation" and "text/plain".