disruptive
disruptive

Reputation: 5946

Latex Notation in Wordpress

Oddly I cannot get Latex parsing correctly in WP. So wordpress now supports natively latex but it seems that I am struggling with some basic latex examples, that work without any errors. For example using the following code works:

$latex i\hbar\frac{\partial}{\partial t}\left|\Psi(t)\right>=H\left|\Psi(t)\right>&s=3$

but

$latex \begin{pmatrix} 1 \\ 2 \\ 3 \end{pmatrix}$

or

$latex \usepackage{amsmath} \begin{pmatrix} 1 \\ 2 \\ 3 \end{pmatrix}$

lead to errors in wordpress

Formula does not pass

One issue could be related to the markdown plugin which I fear is interfering with the markdown WP Editor.md. Is there a way to escape correctly?

Upvotes: 1

Views: 162

Answers (2)

Darren Bowden
Darren Bowden

Reputation: 1

I had some issues but switched my setup and used 'MathML block' which solved the issues I was having, Not sure if will do the same for you but thought I would share.

Upvotes: 0

disruptive
disruptive

Reputation: 5946

Not ideal, but I removed the plugin Markdown and used the option for markdown on the Jetpack. Now I am able to do .md and latex in one file.

Upvotes: 1

Related Questions