So, I am trying to write some long equations, but I want them to be on one line. So I resorted to the resizebox package, normally one can specify the width and height of the said equation. In my case I had no problem with the width, but the height seems to be unmodifiable. The following example consists of 5 equations, some are longer than others. I want them to be all with the same height so I modified each one differently (especially the middle 3). But their height seems to be linked to the width as if I have specified the height to be {i} which adjusts it automatically.
Any idea what the reason can be?
Thanks a bunch for the quality work you do here btw.
Description
So, I am trying to write some long equations, but I want them to be on one line. So I resorted to the resizebox package, normally one can specify the width and height of the said equation. In my case I had no problem with the width, but the height seems to be unmodifiable. The following example consists of 5 equations, some are longer than others. I want them to be all with the same height so I modified each one differently (especially the middle 3). But their height seems to be linked to the width as if I have specified the height to be {i} which adjusts it automatically.
Any idea what the reason can be?
Thanks a bunch for the quality work you do here btw.
Minimal Working Example
Expected behavior: Change in the height of each equation based on the coefficient with which the height is affected
Actual behavior: Height is adjusted automatically, it is the same behavior as if the height argument is given as {i}.
Additional Information