Hi, has anyone had issues with Open Review when you try to add long tex code? The markdown just stops compiling?
For example, I want to write a formula like this:
https://preview.redd.it/nfw6slbu74yg1.png?width=527&format=png&auto=webp&s=8a8329f0df6ca92b317c98eade3725ce83e29184
It gets displayed like this:
https://preview.redd.it/nrjcugk584yg1.png?width=731&format=png&auto=webp&s=da92460e650f7bea530d745127aa72d0ecf5acd2
But when I broke the formula into small pieces, like 1 item per line, it worked.
The LaTeX code is as follows:
$$ \mathbb E\left[\left(\widehat q^{DSI}_{\alpha,S,N}-q^\star\right)^2\right] = \frac{1}{f^\star(q^\star)^2} \left(b_q^2+\frac{\sigma_q^2}{K_{\mathrm{eff},q}}\right) +L^{sam}_{q,N}+o(\cdot), $$ and $$ \mathbb E\left[\left(\widehat{ES}^{DSI}_{\alpha,S,N}-ES_\alpha(P^\star)\right)^2\right] = \frac{1}{\alpha^2} \left(b_{ES}^2+\frac{\sigma_{ES}^2}{K_{\mathrm{eff},ES}}\right) +L^{sam}_{ES,N}+o(\cdot). $$ ```
```
submitted by