Say for example I have A = (B) + C, I can't work out how to remove the parentheses/brackets around B without also deleting B. There's no way to select the brackets individually, as far as I can tell...

link|improve this question

54% accept rate
feedback

3 Answers

That behavior of Equation Editor is by design, and there is no way to delete B without deleting the parentheses. The program evaluates the parentheses as a whole object: (◻)

What you can do is (especially when the content in the parenthesis are longer) to double-click on the content to select it, and to use CTRL+X to cut it to be pasted later.

link|improve this answer
feedback

You'll need to cut and paste B outside the brackets, and then delete the brackets.

link|improve this answer
feedback

Found another "solution" (which I don't like much more than copy/paste): switch to Line mode, where you can remove parentheses.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.