Tagged Questions
1
vote
1answer
55 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
146 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 ...
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 ...
4
votes
1answer
2k views
single-column revtex4-1 adds a page break after the title section
Using revtex4-1 in single-column mode produces a page break after the abstract. This is not the behavior with revtex4. The minimal example is really simple:
\documentclass{revtex4-1}
...