<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Am 16.03.2011 um 16:06 schrieb Boris Veytsman:</div><div><br class="Apple-interchange-newline"><blockquote type="cite"><div>CP> From: Christian Pleul <<a href="mailto:chrisptex@googlemail.com">chrisptex@googlemail.com</a>><br>CP> Date: Wed, 16 Mar 2011 04:04:03 +0100<br><br><br>CP> Thanks Boris. It unbalances the columns on all pages. Is there a<br>CP> way to do that only on the last page? <br><br>Surely.  Make \raggedcolumns the last command before \end{multicols}<br><br>Compare these two documents:<br><br><br>   \documentclass{article}<br>   \usepackage{multicol,lipsum}<br>   \begin{document}<br>   \clubpenalty10000<br>   \widowpenalty10000<br>   \begin{multicols}{2}<br>     \lipsum[1-22]<br>     \raggedcolumns<br>   \end{multicols}<br>   \end{document}<br><br>and<br><br>   \documentclass{article}<br>   \usepackage{multicol,lipsum}<br>   \begin{document}<br>   \clubpenalty10000<br>   \widowpenalty10000<br>   \begin{multicols}{2}<br>     \raggedcolumns<br>     \lipsum[1-22]<br>   \end{multicols}<br>   \end{document}<br><br><br>By the way, maybe what you need is multicols*?</div></blockquote><br></div><div>I tried some but it still looks very wired. I think this is because of the images I have in between. Does anybody has a nice idea on what approach could be used to start solving such a problem?</div><div><br></div><div>Best</div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; ">--</span><span class="Apple-style-span" style="font-family: 'Lucida Grande'; "><br></span><span class="Apple-style-span" style="font-family: 'Lucida Grande'; "><span class="Apple-tab-span" style="white-space: pre; ">     </span></span><span class="Apple-style-span" style="font-family: 'Lucida Grande'; ">Christian</span><span class="Apple-style-span" style="font-family: 'Lucida Grande'; "><br></span><span class="Apple-style-span" style="font-family: 'Lucida Grande'; "><br></span><span class="Apple-style-span" style="font-family: 'Lucida Grande'; "><br></span><span class="Apple-style-span" style="font-family: 'Lucida Grande'; ">-We've really achieved the ideal of what I wanted Microsoft to become.-</span><span class="Apple-style-span" style="font-family: 'Lucida Grande'; "><br></span><span class="Apple-style-span" style="font-family: 'Lucida Grande'; ">Bill Gates, June 2008</span></div></body></html>