Text FormattingDouble Column to Single Column Conversion

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
hkhaled
Posts: 1
Joined: Thu Jan 24, 2019 8:25 am

Double Column to Single Column Conversion

Post by hkhaled »

Dear All,

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}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Double Column to Single Column Conversion

Post by Stefan Kottwitz »

Welcome to the forum!

IEEEtran is double column by default. But you can change it to single column easily by adding the onecolumn class option:

\documentclass[journal,comsoc,onecolumn]{IEEEtran}

Stefan
LaTeX.org admin
vajar
Posts: 1
Joined: Tue Apr 06, 2021 7:00 pm

Double Column to Single Column Conversion

Post by vajar »

I'm also new to Latex. I have composed a diary paper ( in two sections) to submit for distribution. After accommodation, the proofreader requested me to present the single-segment form from my paper. Is there is an order that I can add to change over my twofold segments paper to a solitary segment as opposed to revising everything?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Double Column to Single Column Conversion

Post by Stefan Kottwitz »

Hi vajar,

welcome to the forum!

That can be done, such as by removing a towolumn option or a \twocolumn command. Perhaps show us (with code), how you made it twocolumn (as it is not default) and we can tell how to make it a single column paper.

Stefan
LaTeX.org admin
Post Reply