In my twocolumn document, I want to place the margin notes between the two columns. The (reasonable) default is to place them in the margins of the page. \reversemarginpar seems to have no effect with twocolumn.
\documentclass[landscape, twocolumn]{article}
\usepackage{mwe} % only for blind text
\setlength\columnsep{3cm}
\setlength\marginparwidth{1cm}
\setlength\marginparsep{.3cm}
\begin{document}
\lipsum[1]
\marginpar{first margin paragraph}
\lipsum[2-3]
\marginpar{second margin paragraph}
\lipsum[4]
\end{document}
How can I place the margin notes in the margin between the columns?


reledmacandreledparpackages. – leandriis Apr 01 '18 at 11:02