I'd like to have a two-column bibliography in a one-column scrartcl. I'm using BibLaTeX with backend biber. To obtain a two-column table of contents where the header doesn't "fall" into the columns, I use the koma-script commands
\BeforeStartingTOC[toc]{\begin{multicols}{2}}
\AfterStartingTOC[toc]{\end{multicols}}
Is there something similar for the bibliography in BibLaTeX? Right now I'm using
\begin{multicols}{2}[\section*{References}]
\printbibliography[heading=none]
\end{multicols}
It looks fine but it's not very semantic.
\defbibenvironmentor the like.) Of course you don't have to use a command, if you don't want to. I'm voting to close as a duplicate then, if that's all right with you. – moewe Nov 25 '18 at 16:37