0


I have a paragraph text written in two columns, which I balanced equaliy into two columns. Now I want to continue with one column paragraph at the same page. However, when I switch to one column, latex skips to next page. I tried to implement the problem with a very simple code and the image below is showcasing the problem and what I'm intending to. Is there a way of solution to this problem? I would appreciate your suggestions.

\documentclass[10pt,a4paper,twoside,twocolumn, english]{report}
\usepackage{lipsum, babel}
\usepackage[modern, nospread, debug, keeplastbox, checkfloat]{flushend}
\begin{document}
\flushcolsend
\lipsum[1-2]
\twocolumn[{\lipsum[3-4]}]
\end{document}

xx

kgntci
  • 1

0 Answers0