I have to write a summary for a test on limited space (max 10 pages) so that I want to fill every space on the page. I thought of subdividing each page in different boxes, one box for each subtopic, but it should not be like a table, where cells in the same row have the same hight; instead, this should be individual. Also, it is important to write until the border of each cell having as little white space as possible.
I thought about using minipage, but I am not sure whether this is the right approach. What is the best possibility for this purpose and do you have any additional tipps on using as much of the available space as possible?
twocolumnmode with very little column separation, etc. – Skillmon Jan 12 '18 at 14:14twocolumn/multicolumninstead? – black Jan 12 '18 at 15:01minipageyou'd have to use aminipagefor each column you're using anyway (else they can't start on different heights). But you could useminipages in the columns oftwocolumn/multicolumnto ensure there are no column breaks inside one content block. – Skillmon Jan 12 '18 at 15:20