两列之间的“侧边栏”

两列之间的“侧边栏”

我可以放在\sidebar两列之间吗?

\sidebarMemoir班上。)

更新:根据评论中的要求,这里有一个 MWE。在 Windows 上的 MikTeX 上使用 PDFLaTeX 进行了测试。

\documentclass{memoir}
\usepackage{multicol}

\newcommand{\somefill}{One two three four five 6 7 8 9 10.}
\newcommand{\alsofill}{\somefill \somefill \somefill \somefill
No useful info here. \somefill \somefill \somefill \somefill \somefill}

\setlength\columnsep{3cm}
\setlength\sidebarwidth{2.5cm}
\setlength\sidebartopsep{0.85cm}

\begin{document}
\begin{multicols}{2}[\somefill]
\alsofill \alsofill \sidebar{\somefill}

\alsofill \alsofill \alsofill \sidebar{\somefill}

\alsofill \alsofill \sidebar{\somefill}

\alsofill \alsofill \alsofill \sidebar{\somefill}

\alsofill \alsofill \sidebar{\somefill}

\alsofill \alsofill \sidebar{\somefill}

\alsofill \sidebar{\somefill}
\end{multicols}
\end{document}

相关内容