I started to work on semi-automated newspaper design. There is some achievement but there is one main bug that I struggle with.
In multicol environment the lines of the columns are not aligned across columns. A newspaper looks much better when the lines are on the same level.
The problem: Sometimes it works, sometimes not. I don't know why. It does not make sense to have an MWE, because in the MWE it works. I need help on the doc directly.
Two things mess up line spacing:
- floats inside the multicol
- subsections or resp. my own command for subsections
I would tremendously appreciate any help on the latex newspaper project. The files are here: https://piquestions.com/papersample.tar.gz
Here a sample. The problem is visible in the third column: the picture messes up the alignment, the baselines left and right of the third column are not on the same level.

\columnbreakcommand for explicit vertical 'alignmentand theparacol` package. See for example http://tex.stackexchange.com/questions/229549/span-columns-over-multiple-pages – Mar 10 '15 at 09:43\medskipdid not help , by default\medskipis stretchy so that is exactly the problem that you must avoid such commands. – David Carlisle Mar 10 '15 at 10:16\medbreak, not\medskip– Mar 10 '15 at 11:14