edemaine / cocreate

Cocreate Shared Whiteboard/Drawing
MIT License
209 stars 27 forks source link

No way to make division symbol in LaTeX? #208

Closed mjxbenet closed 2 years ago

mjxbenet commented 2 years ago

It looks like Cocreate uses the physics package, rather than math, so \div results in the following triangle dot: 119d1831-71cf-40a4-a4e9-20c832142d3c

Is there any way to get the division symbol? I'm not sure what a fix would look like - is there a LaTeX library on the backend that can be updated with something like \divisionsymbol or \olddiv?

edemaine commented 2 years ago

Thanks for the report. Preventing the \div symbol seems pretty terrible, so I think I'll just remove the physics package.

edemaine commented 2 years ago

Should be fixed now!

image