This line
|
# \overline{\text{state\_now}} = \frac{\partial \text{out\_now}}{\partial \text{state\_now}}\right|_\text{state\_now} \overline{\text{out\_now} + \frac{\partial \text{out\_old}}{\partial \text{state\_now}}\right|_\text{state\_now} \overline{\text{out\_old} |
is not rendered in Chrome or Firefox, and inspecting the code in Overleaf I see that there is use of
\right| without a corresponding left call. I assume that this is intended as math notation for "restricted to". Looking at some search results, this requires a `\left.\ to match.
https://tex.stackexchange.com/questions/22252/how-to-typeset-function-restrictions
Could someone please confirm that the rendering is broken? Or does this work for some LaTex interpreter?
Thanks!

This line
Enzyme.jl/examples/box.jl
Line 360 in b588680
is not rendered in Chrome or Firefox, and inspecting the code in Overleaf I see that there is use of
\right|without a corresponding left call. I assume that this is intended as math notation for "restricted to". Looking at some search results, this requires a `\left.\ to match.https://tex.stackexchange.com/questions/22252/how-to-typeset-function-restrictions
Could someone please confirm that the rendering is broken? Or does this work for some LaTex interpreter?
Thanks!