I've read several posts explaining the difference between align and alignat such as this TeX SE answer.
I want to make a new environment with the capabilities of align (create as many as desired based on the environment's content without having to input a <number> argument) but with the "no horizontal spaces" property of alignat.
Is this possible? If so how can I define such an environment, (let's say altalign)?
Thank you.