43

I am writing a paper (revtex4-1, reprint documentclass which I believe uses twocolumn) and need to have a long equation that needs to break the two column format. I've seen answers to this question using multicol but I can't use that class. So does anyone know how to do this from twocolumn class?

I have tried one way that makes the equation a figure but I can't get the alignment with the text correct.

Any help would be greatly appreciated.

1 Answer 1

49

The widetext environment changes the formatting from two-column to one-column to better accommodate very long equations that are more easily read when typeset to the full width of the page:

\documentclass[twocolumn]{revtex4-1} \usepackage{lipsum} \begin{document} \lipsum[1] \begin{widetext} \[ a + b + c + d + e + f + g + h + i + j + k + l + m + n + o + p + q \] \end{widetext} \lipsum[1] \end{document} 

Note that the lipsum package and commands is used only for adding dummy text. Example output of widetext latex command

4
  • 1
    @UditaK.: The package lipsum and its command \lipsum is just added to provide some dummy/filler text. Commented Mar 27, 2014 at 3:52
  • 4
    I am getting following error when I try to compile it ! LaTeX Error: File 'widetext.sty' not found. is it a normal cse? Commented Apr 20, 2022 at 12:17
  • There is no widetext package, it's an environment defined by revtex4-1. Commented Feb 7, 2023 at 9:29
  • 1
    Where is this document class revtex4-1? I have the same error than alper. Commented Feb 7, 2023 at 10:26

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.