Im trying to format a twocolumn article document with some twocolumn spanning graphics, small tables etc.
I used \raggedbottomfor evading huge whitespace/glue in my text, but sometimes the space this adds is too much and the bottom lines of both columns are not aligned. Now I tried playing with paragraph lengths and parskip .
Setting parskip to \setlength{\parskip}{0pt plus 0.1in minus 0.01in} seems to give good results, but in some place the space between paragraphs is still more than I want it too and the new parskip length should allow (i use font size 9, and sometimes space between paragraphs is 0.5in ...).
I changed it to \setlength{\parskip}{0pt plus 0.005in minus 0.01in} and get exactly the same lengths as before. Also, removing the plus 0.1in from the code makes the text behave like I was using \raggedbottom.
So my question is, how does parskip behave, and how can I force it to use the values Im trying to implement?
\vboxwarnings? If TeX doesn't have enough stretchability to fulfill the constraints, it will overstretch what it has, and warn. Without an MWE, it will be difficult to provide more concrete answers. – frougon Mar 05 '20 at 12:08