I have problem using latex and markdown together.
-
hello.
I use latex like next line.
$latex begin{bmatrix} 1 & 2 \ 3 & 4 end{bmatrix} $but image is presented ‘formuala does not parse’.
I remove ‘\’ , so image is presented very well
and image is presented matrix well after I turn off markdown option.The blog I need help with is: (visible only to logged in users)
-
Hi there – WordPress puts all of your LaTeX code inside a LaTeX math environment. If you try to use LaTeX that doesn’t work inside the math environment (such as
begin{align} ... end{align}), you will get that error.We can’t provide support for Latex syntax, but there are many guides online:
http://www.latex-project.org/guides/ -
Oops, I’m sorry, I didn’t understand at first, but I see what you mean now. Markdown seems to interfere. Thanks for the report! I’ve opened a bug report and will keep you updated on the status.
-
- The topic ‘I have problem using latex and markdown together.’ is closed to new replies.