You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current parser requires two backslashes in display mode for rst file. So, \frac{a}{b} is rendered as $frac{a}{b}$ and \\frac{a}{b} is rendered as $\frac{a}{b}$.
This seems to be because the usual rst escaping is being conducted.
The current parser requires two backslashes in display mode for rst file. So,$frac{a}{b}$ and $\frac{a}{b}$ .
\frac{a}{b}is rendered as\\frac{a}{b}is rendered asThis seems to be because the usual rst escaping is being conducted.