Division symbol doesn't render correctly

MathJax \div command doesn’t render a division symbol as expected, instead resulting in the two symbols - nabla and cdot - shown in the screenshot.

  • Bear Version: 2.6.4 (13930)
  • OS Version: Tahoe 26.1 (25B78)
  • What were you doing:
  • What feature did you use: MathJax
  • What happened: I used the \div command to represent division. Got a nabla symbol and a cdot symbol instead.
  • What did you expect to happen: I expected the command to result in a division symbol.

Right. This is a known conflict between base MathJax and the Physics package, where the latter redefines \div. Use \divsymbol instead.

We are really just passing what you are writing to MathJax and rendering the result. As we are not experts on MathJax itself, if someone has a better solution, let us know.

I will do that. Thank you.