开发者

Wordpress LaTex Equations

开发者 https://www.devze.com 2023-02-13 15:01 出处:网络
Having trouble with latex formulas. For instance, for the following I get \"Formula does not parse\":

Having trouble with latex formulas. For instance, for the following I get "Formula does not parse":

(\epsilon, F_\alpha_2, \epsilon) \rightarrow (F, \alpha_1)

There are a lot of formulas that break down with no apparant reason. For instance the previous sample works on http://www.codecogs开发者_开发技巧.com/latex/eqneditor.php

I use WP Latex plugin set with the wordpress.com Latex server.

Really frustrating. Any suggestions?

Thanks.


Try (\epsilon, F_{\alpha_2}, \epsilon) \rightarrow (F, \alpha_1). This should work.

LaTeX does complain about the F_\alpha_2 part. It does not know if you want to have F_{\alpha 2} (i.e. alpha and 2 on the same lavel) or F_{\alpha_2} (\alpha and a subscribt2 within the subscript).

If you do not surround the subscript part with { and }, LaTeX takes only the next sign as subscript. But since you want two signs in subscript (\alpha and 2), you have to parenthesize it somehow.


I have no answers, but I can confirm your statement that the LaTeX is correct. I used the EquationSheet site. Here's what it returned for your input:

Wordpress LaTex Equations

0

精彩评论

暂无评论...
验证码 换一张
取 消