0

According to the multcol package's user manual (2017/4/15, p. 3)

The space between columns is controlled by the length parameter \columnsep.

Unfortunately, there is no example showing how to use this parameter.

How can the space between columns be set?


Attempted solution

I tried @Troy's suggestion below, as follows:

\documentclass{article}
\usepackage{multicol}
\usepackage{lipsum}
\begin{document}
\begin{multicols}{2}
\setlength{\columnsep}{0cm}
\lipsum[1-4]
\end{multicols}
\end{document}

but the resulting pdf file is the same whether or not the line \setlength{\columnsep}{0cm} is commented out, namely

\columnsep = 0cm

Evan Aad
  • 11,066

0 Answers0