I'm no expert here but i need the spacing between multiline things to be correct. I need it especially for maths to put something like 98.1 g/mol^- and have the correct, readable spacing when it's below 4.5 g say for example. I didn't like tabular because the vertical spacing was not so good, same with array and subarray that's why I asked what 'more' was. I also don't want to manually put spacing \\[2ex] since those are arbitrary amounts and if done like that then the general spacing of items with different formats might make my document look very ugly. I tried to use substack but instead it was used as subscripts and not as "Things below a chemical formula". Maybe there is a way to use multiline substacks. I don't know unfortunately I mainly want my items to be center aligned and where I can use \clap or \llap or \rlap those commands since putting amounts below chemical formula's might have units that take up more white space. Thanks once again.
I'm not satisfied with the vertical spacing using \substack. Instead I am happy with the vertical spacing using \parbox. Usually the stuff I need are simple things like 0.0459 mol, 27.1 g/mol^- or 4% m/v or 10 ppm. Nothing too special.
I am looking to combine the awesome vertical space and font size \parbox gives with the centered multiline alignment \substack gives. If \parbox can be somehow be made to look like \substack with \parbox vertical space then my document is complete. Thanks again.