Problem 1:
In order to enter formulae, spaces are required between each term, ie:
Code: Select all
\ce{2H2 + O2 -> 2H2O}
Problem 2:
When writing the formula for a multiply charged ion (eg oxide O^2-), I cannot get it to display properly. The code for this according to the documentation would be:
Code: Select all
\ce{O^2-} OR \ce{O^{2-}}
The first option results in the 2 being superscript, but not the "-", the second causes lyx to interpret it as some sort of math formula, changing the font to the default math font (instead of matching the body text) and adding an \ensuremath{} before the ion that is causing errors when I try to preview as a dvi. Adding an extra \cf{} around the ion solves the font problem, but not the \ensuremath{} addition. Any explanations or solutions for this?
I am using Lyx 1.6.1 and mhchem 3.07 on eeebuntu (based on ubunto 8.10).
Thanks in advance for your help!