I am writing a document using the report class in two column mode, but I need a \section to spread across both columns, but how can I set that?
Something like
\documentclass[10pt,danish,a4paper,twoside,twocolumn]{report}
\input{preamble.tex}
\begin{document}
% This section should spread over both columns
\section{Name}
\lipsum[1-3]
\end{document}
\begin{figure*}instead of\begin{figure}. cf https://tex.stackexchange.com/a/30988/105230 – TomDLT Jan 22 '20 at 00:37