https://bugs.documentfoundation.org/show_bug.cgi?id=151931
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTABUG Status|UNCONFIRMED |RESOLVED --- Comment #1 from Mike Kaganski <[email protected]> --- This is not a bug. Plus and minus are operators in Math; as such, they expect operands. If you need to use them as literals, put the lone signs into quotation marks: r=d[Cl^"-"] over dt={k[OCl^"-"][I^"-"]} over [OH^"-"] Alternatively, provide empty operands: r=d[Cl^-{}] over dt={k[OCl^-{}][I^-{}]} over [OH^-{}] Generally, see this FAQs: https://wiki.documentfoundation.org/Faq/Math/002 https://wiki.documentfoundation.org/Faq/Math/106 -- You are receiving this mail because: You are the assignee for the bug.
