Jupyter-book: Broken multiline math

Created on 29 Mar 2020  路  2Comments  路  Source: executablebooks/jupyter-book

Environment

Using jupyter-book from PyPi.

> jupyter-book version
Running Jupyter Book version: 0.6.4

Raw Markdown/LaTeX

* $$
\mathcal{O}(f) = \{ g |
    \exists c > 0, 
    \exists n_0 \in \mathbb{N}_0,
    \forall n \geq n_0
        :
    [g(n) \leq c \cdot f(n)]\}$$

image

Native Jupyter render

image

Jupyter-book render

image

Expected behavior

Not broken math, similar to native jupyter

Most helpful comment

Thanks for bringing this up - we are actually working on re-building the backend of Jupyter Book, and I am pretty sure this issue will be fixed when it's done. You can check out the (not yet released) docs for it here: beta.jupyterbook.org

All 2 comments

Thanks for bringing this up - we are actually working on re-building the backend of Jupyter Book, and I am pretty sure this issue will be fixed when it's done. You can check out the (not yet released) docs for it here: beta.jupyterbook.org

Closing as this should be superceded by beta.jupyterbook.org

Was this page helpful?
0 / 5 - 0 ratings

Related issues

firasm picture firasm  路  5Comments

cedeerwe picture cedeerwe  路  3Comments

choldgraf picture choldgraf  路  3Comments

matrs picture matrs  路  3Comments

AakashGfude picture AakashGfude  路  4Comments