Does anyone else have the problem of LaTeX operators (seems to be mostly + and -) not rendering properly in Pluto notebooks? Oftentimes they aren’t rendered at all and sometimes, with the + operator, it’s only partially visible. For example:
\frac{df}{dx} = \lim_{Δx \rightarrow 0} \frac{f(x + Δx) - f(x)}{Δx} = -2x
\nabla f(z) = [1 - exp(x_{2} - x_{1}), \ exp(x_{2} - x_{1})]
The first one renders just fine, but in the same notebook the second one appears as:
I’ve noticed Wikipedia seems to suffer from the same problem (have a look at the second version of the CDF - in my browser the - signs are missing)
Is this related to the browser or is there something that can be done with the code to ensure the +/- signs are properly rendered?