Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • It has been touched here: tex.stackexchange.com/questions/55701/… Commented May 7, 2015 at 19:34
  • Thanks. I think one can actually also define an operator as follows: \DeclareMathOperator{\pluseq}{\mathbin{{+}{=}}} Commented May 7, 2015 at 19:37
  • @jbx No, \DeclareMathOperator is not the right way; just \newcommand is what you need. Commented May 7, 2015 at 19:47
  • @egreg Thanks. Yes with \DeclareMathOperator it seems to show it in a different way. For example the * is vertically aligned to the top, while with your way its correct. Not sure why, but at least it works fine. Commented May 7, 2015 at 23:40