How to increase the space between two columns in a multicol?
\documentclass{article}
\usepackage{lipsum}
\usepackage{multicol}
\begin{document}
\begin{multicols}{2}
\lipsum[1-2]
\end{multicols}
\end{document}
How to increase the space between two columns in a multicol?
\documentclass{article}
\usepackage{lipsum}
\usepackage{multicol}
\begin{document}
\begin{multicols}{2}
\lipsum[1-2]
\end{multicols}
\end{document}
\setlength\columnsep{30pt}– Gonzalo Medina Aug 01 '15 at 20:32