Page Layoutrevtex4 | Switch midway from two Columns to one Column

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
juliette
Posts: 75
Joined: Thu Nov 20, 2008 10:15 pm

revtex4 | Switch midway from two Columns to one Column

Post by juliette »

Hello,
I'm using revtex4,

And I've specified for my document to appear in two columns.

But I want my appendix to be in one column (this is everything appearing after \appendix).

I've tried \begin{widetext} .. but that adds these two braces around my appendix which I don't like.

Is there another way to switch between 2 columns and 1 column for some parts of the document, but not for others ?

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

revtex4 | Switch midway from two Columns to one Column

Post by localghost »

The user guide suggests something like this.

Code: Select all

…
\onecolumngrid
\appendix
…

Thorsten
joquinta
Posts: 1
Joined: Mon Jul 11, 2011 6:13 pm

Re: revtex4 | Switch midway from two Columns to one Column

Post by joquinta »

Hi, just wanted to say that this tip was fantastically useful to me when preparing a submission to http://xxx.arXiv.org of a paper that had some "Supplementary Online Material". Thank you so much.
Post Reply