educationZEN / eduzoo-components

This repository holds all the components necessary to write your own eduZOO
GNU Lesser General Public License v3.0
0 stars 2 forks source link

Latex command \sqrt{} is not displayed properly in integration limits #7

Closed saschadelitzscher closed 9 years ago

saschadelitzscher commented 9 years ago

the upper bar of the root-symbol strikes through the expression

Uploaded example: http://educationzen.github.io/eduZOO/MfP3/sqrterror.html

joernweissenborn commented 9 years ago

This is error in mathjax. Can you try with an old eduzoo with joergs app? this could help identify if the problem is at our end or on MathJaxs (our latex renderer),

2014-12-10 20:46 GMT+01:00 Sascha Delitzscher notifications@github.com:

Assigned #7 https://github.com/educationZEN/eduzoo-components/issues/7 to @joernweissenborn https://github.com/joernweissenborn.

— Reply to this email directly or view it on GitHub https://github.com/educationZEN/eduzoo-components/issues/7#event-205738672 .

joernweissenborn commented 9 years ago

Quickfix:

Write "2/pi" in this case...

Still hast to be resolved, mathjax shoul be able to do that.

2014-12-10 20:57 GMT+01:00 Jörn Weißenborn joern.weissenborn@gmail.com:

This is error in mathjax. Can you try with an old eduzoo with joergs app? this could help identify if the problem is at our end or on MathJaxs (our latex renderer),

2014-12-10 20:46 GMT+01:00 Sascha Delitzscher notifications@github.com:

Assigned #7 https://github.com/educationZEN/eduzoo-components/issues/7 to @joernweissenborn https://github.com/joernweissenborn.

— Reply to this email directly or view it on GitHub https://github.com/educationZEN/eduzoo-components/issues/7#event-205738672 .

joernweissenborn commented 9 years ago

This issue shall resolve with implementing an alternative latex engine like katex.