Easy two column layout in latex

Include the packages. The blindtext package is just an easy way to type Lorem ipsum etc.

\usepackage{multicol}
\usepackage{blindtext}

Make a two column section of a page.

\begin{multicols}{2}[\textbf{Example for a two column text}]
\blindtext
\end{multicols}

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.