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*

5
  • Nice! But what I'm working on is for a journal of math and I can't anticipate all the operators (gradient, divergence, curl, etc.) and all the binary operations the authors will be able to use :) Commented Jan 28, 2016 at 20:24
  • @DenisBitouzé I added an interface for defining new special operators and for augmenting the list of symbols possibly following them. Commented Jan 28, 2016 at 23:25
  • Wow, very interesting! Finally, I will provide this nice feature in the class :) Commented Jan 29, 2016 at 7:24
  • Interestingly, with\DeclareMathOperatorX{\gradn}{\nabla}, \gradn and \nabla have same output if involved in binary operations (e.g. \gradn \cdot F and \nabla \cdot F) but not if applied to applications (the interspace is bigger e.g. in \gradn F than in \nabla F). Is it a bug or a feature? Commented Jan 29, 2016 at 7:51
  • Ooops, sorry for the noise: I should have compared \gradn and \mathop{\nabla}. Commented Jan 29, 2016 at 8:16