jared-hughes / DesThree

Desmos bindings for three.js
4 stars 0 forks source link

Function names are italicized on graph load #9

Closed jared-hughes closed 3 years ago

jared-hughes commented 3 years ago

The autoOperatorNames property is set to include the DesThree custom expressions only after the first graph load, so function names are not italicized at first. See https://www.desmos.com/calculator/pdhfz3bq07 — expect Show, Mesh, and BoxGeometry to be in the upright font. Simply deleting and retyping the last letter of each function is an annoying workaround.

Unfortunately the latex and graph state does not save \operatorname commands.