AASTeX60
AASTeX60 copied to clipboard
'sup with eqnarray?
The spacing around the &=& symbol (or whatever) has been squeezed relative to the standard article class. Can we turn this off, or make it a binary option? Happy to help implement this change.
@davidwhogg you're taking about the emulateapj addition found here, right? Yet another thing we adopted from AV's emulateapj without review:
https://github.com/AASJournals/AASTeX60/blob/master/cls/aastex61.cls#L1248-L1269
That's probably it; will analyze and make a recommendation; feel free to either close this or assign me.
ps. I get the problem in the modern style, so it isn't emulateapj-specific
pps. CCing @adrn just so he sees the code lines you linked to.
Yea, we're using modern so I'm not sure why emulateapj would be causing issues. Example:

compare to align:

@davidwhogg @adrn are you importing amsmath or not?
Yes probably AM importing amsmath; is that the culprit?