Hi everyone,
I'm trying to get math works
If I write :
it does work, but if I write something just a little more complicated, it gives me error :Code:{{ math.formula("\\alpha^2+\\beta^2*\\gamma^3=1") }}
returns :Code:{{ math.formula("\[\sum\limits_{i = \infty } {\frac{{e^i }}{{ i^i }}}\]") }}
To prove there is no error in what I wrote (except this has absolutely no meaning in maths), here it is : http://ohara00.homeftp.net:8080/cgi-...}{{i^i%20}}}\]La fonction math.formula a échoué en renvoyant:
latex failed with status 1:
ligne 1, colonne 14: ")" expectedligne 1, colonne 2: EOF expected}\]") }}
What's wrong ?
Thank you


Reply With Quote
