1
vote
1answer
57 views

Creating title page in revtex with twocolumn layout

I'm trying to create a separate title page for a report in revtex. This works fine if I have single column layout however I want the report to be in two column format. When I have this even including ...
2
votes
1answer
45 views

Is it possible to apply commands to specific pages (the first page)

Tricky question (for me at least!) I am using revtex which allows you to switch between a one and two column environment using the \onecolumngrid and \twocolumngrid commands. I would like my first ...
2
votes
1answer
155 views

\newpage stays in right column

I am using RevTEX 4.1 with the following parameters: \documentclass[aps,prb,reprint]{revtex4-1} This gives a two-column layout with a balanced two-column bibliography at the end. I would like to ...
0
votes
0answers
524 views

Problem in revtex while placing floats on the entire page [closed]

Ηey there, I have a not so uncommon question, yet haven't found any answer that would work for me so far. I am writing a two-column paper using revtex 4-1 and of course I face difficulties in ...
5
votes
1answer
221 views

How to retain the double-column formatting of the previous page after \clearpage?

I'd like to have some additional material after a paper, starting on a new page. For this purpose I'm using \clearpage or \cleardoublepage (\newpage doesn't work the way I want). Unfortunately, while ...
6
votes
1answer
6k views

One column equation in twocolumn document class

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 ...
3
votes
1answer
741 views

How can I unbalance double columns in revtex4?

It seems that revtex4 tries to automatically balance the lengths of the two columns on the last page of a double-column document. I would like to know how to turn this off. Unfortunately, all the ...