TEX filter in Moodle merging overlines -


i using tex filter write digital logic expressions in moodle , running in significant issue.

if write $$ \overline{a}\overline{b}\overline{c} $$, filter displays overlines single overline instead of 3 separate overlines. inserting individual spaces not seem work either.

it doesn't seem typeface issue; changed bold math typeface , same issue appears.

is there way insert hard space between characters in tex math? or way split overlines?

thanks!

@mlau fractions in tex simple, long remember rules. $$ \frac{numerator}{denominator} $$ produces enter image description here


Comments

Popular posts from this blog

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -