LaTeX Columns
by alexarje • 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}