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
  • What is the difference between your answer and Stefan's? Is one better? Commented Sep 23, 2011 at 15:34
  • @Quinn: AFAIK both add identical spacing around the symbol for a binary operator, but the \mathbin better captures the intent of what you are doing. Commented Sep 23, 2011 at 15:47
  • When I use &\phanom{=}H... on one line of an align environment and then &=H... on the next, they are misaligned, and using (either of) your trick(s) works. According to your (and Stefan's) explanation, this is because the first = one is not a binary operator whereas the second = is. Am I correct in deducing that the reason the second = is considered a binary operator is because TeX considers the text at the end of the previous line to be to the left of =? Commented Sep 23, 2011 at 18:16
  • Not exactly sure I fully understand, perhaps it is best to post an additional question with a full MWE, but using F&\phantom{{}={}}H should produce the proper spacing. Commented Sep 23, 2011 at 18:26