I am new to Latex. I have written a journal paper ( in two columns) to submit it for publication. After submission, the editor asked me to submit the single column version of my paper. Is there is a command that I can add to convert my double columns paper to a single column instead of rewriting everything?
I am using
Code: Select all
\documentclass[journal,comsoc]{IEEEtran}
\usepackage[T1]{fontenc}% optional T1 font encoding
\usepackage{cite}
% For Highlight text
\usepackage{color,soul}
% For Page Color
\usepackage{xcolor}
\usepackage{pdfcolmk}
\usepackage{varioref}
\usepackage{subfig}
\begin{document}
contents
\end{document}