Relatively new to Latex. Trying to move away from WYSIWYG Desktop Publisher Scribus. I need help getting text to flow from one designated column to another. The equivalent of text-frame links in DTP.
Specifically, I want a page with 4 text boxes. From top-to-bottom, left-to-right. Let's call them 1,2,3,4. I want text to flow from 2 -> 3 -> 4 -> 1. I have looked and looked and come up with no solution. Suggestions ?
flowframis the closes you can get: ctan.org/pkg/flowfram . It's very powerful, has some learning-curve even with Latex experience. To put it a bit black and white: a) flowfram would be great for brochures, magazines etc., b) you probably are better of with the Latex predefined documentclasses for books, articles etc. // Anyway, it's a great package created by a great mind. // Look e.g. here: tex.stackexchange.com/questions/tagged/flowframflowframcan do automatic text flow between frames, but latex cannot change the with of the text inside a paragraph, so flow between frames of different widths will need supervisión and manual fixes when frames end in the middle of a paragraph, as you would do editing latex frames in a Scribus document.