Option T is used to align the top of each column.
Is there an option to align the bottom of each column? If no option, how to achieve the same effect?
Note: Using option b is not the answer because it aligns baseline.
Option T is used to align the top of each column.
Is there an option to align the bottom of each column? If no option, how to achieve the same effect?
Note: Using option b is not the answer because it aligns baseline.
Try to add \vspace{0pt} at the end of all columns to place the baselines on the bottom as described in the answer to Aligning image and text on top, with minipages. Then the b option should work.