• LaTeX Columns

    by  • Wednesday 14 March 2007 • Software • 0 Comments

    Found this little trick to make columns anywhere in a LaTeX document:

    Put this line in the preamble:

    usepackage{palatino, url, multicol}

    Then add this where you want the columns:

    begin{multicols}{2}{
    My text...
    }
    end{multicols}

    About

    Alexander Refsum Jensenius is a music researcher and research musician living in Oslo, Norway.

    http://www.arj.no

    Leave a Reply

    Your email address will not be published. Required fields are marked *