Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"text/latex" output not rendered #1278

Closed
NilsKintscher opened this issue Apr 3, 2020 · 1 comment · Fixed by #1426
Closed

"text/latex" output not rendered #1278

NilsKintscher opened this issue Apr 3, 2020 · 1 comment · Fixed by #1426

Comments

@NilsKintscher
Copy link

NilsKintscher commented Apr 3, 2020

Example using SymPy:

in md:

using SymPy
(x) = SymPy.symbols("x", real=true)
[x 2x]

Output in compiled html:
[\left[ \begin{array}{rr}x&2 x\end{array}\right]]

Image of compiled html:
1

edit: I should mention that it works in jupyter notebooks. For example: https://nbviewer.jupyter.org/github/JuliaPy/SymPy.jl/blob/master/examples/tutorial.ipynb

@asinghvi17
Copy link
Contributor

It looks like it's missing a backslash at the first and last square brackets...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants