QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
76 stars 23 forks source link

math directive isn't always getting rendered properly ... #26

Closed mmcky closed 6 years ago

mmcky commented 6 years ago

Math directives aren't always getting placed in the $$ environment

Example:

.. math::

    \mathbb P\{z = v \mid x \}
    = \begin{cases} 
        f_0(v) & \mbox{if } x = x_0, \\
        f_1(v) & \mbox{if } x = x_1
    \end{cases} 
mmcky commented 6 years ago

with latest changes in #47 this case is now rendered correctly.

Added as test case in #52