Compiling the following documents throws an error: "! Paragraph ended before \@sect was complete." I just want to add an alternative name to the table of contents and have no idea why this should be a problem using multicol :-)
\documentclass[%
paper=B5,%
]{scrbook}%
\usepackage{multicol}
\begin{document}
\begin{multicols}{2}[\section[test]{Test}]
Test
\end{multicols}
\end{document}
{}pair around the[]of\sectionmacro, i.e.\begin{multicols}{2}[\section{[test]}{Test}], since LaTeX's\@ifnextcharmacro is confused about the wrapped[and it ends prematurely – Mar 29 '18 at 11:35]is the cause of premature ending – Mar 29 '18 at 12:14