I'm writing an essay in \documentclass[a4paper,11pt,twocolumn]{book}.
The entire work is in twocolumn but I need the appendix to be onecolumn.
I tried using \onecolumn but is adds 2 blank pages and the titles within the appendix appear on the bottom of the page?
How can I fix this?
\documentclass[a4paper,11pt,twocolumn]{book}
\begin{document}
\maketitle
\tableofcontents
\input{theory}
\onecolumn
\appendix
\input{information}
\nocite{*}
\bibliographystyle{unsrt}
\bibliography{bib}
\end{document}
{}button for code sections and use a backtick forinline code. – David Carlisle Mar 4 at 19:59\bibliography{bib}and\input{theopry}and replace\input{information}with the minimum amount of text that shows the problem, presumably that file has some\chapterand\sectioncommands? – David Carlisle Mar 4 at 20:04