We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbee9c5 commit 4bf729aCopy full SHA for 4bf729a
doc/source/conf.py
@@ -34,3 +34,5 @@
34
}
35
36
jupyter_sphinx_thebelab_config = {"binderOptions": {"repo": "jupyter/jupyter-sphinx"}}
37
+
38
+latex_engine = 'xelatex'
doc/source/index.rst
@@ -95,7 +95,7 @@ LaTeX output:
95
.. jupyter-execute::
96
97
from IPython.display import Latex
98
- Latex('∫_{-∞}^∞ e^{-x²}dx = \sqrt{π}')
+ Latex('\int_{-\infty}^\infty e^{-x²}dx = \sqrt{\pi}')
99
100
or even full-blown javascript widgets:
101
0 commit comments