I need to write a text just in this format
\documentclass[twocolumn]{article}.
But I need to switch between single column and double column several times in the same page, without jumping to a new page every time I switch the format. Is this possible without using any package like \usepackage{multicol} ?
multicol.stit has the same status asarticle.clsa file in the core latex distribution, you have to input some macro files or you can not typeset anything in latex. – David Carlisle Oct 27 '15 at 21:30