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
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 ...
4
votes
2answers
113 views

Make \maketitle span only one column in a twocolumn document

I want to write a landscape two column document. Does anyone know if there's a possibility to use the \maketitle command such that the title is only in the left column and does not span the whole ...
5
votes
1answer
260 views

Preventing page break in \documentclass[twocolumn]{article} after \author{}

A page break appeared between \author{} and \date{} after I added the \twocolumn[] section. The \twocolumn[] section was added to achieve a single column abstract in the twocolumn document. How can I ...
5
votes
3answers
530 views

\thanks not creating footnote in twocolumn article

I am trying to use \thanks inside \author in a twocolumn article. The document shows an asterisk next to the author's name, but the footnote is not appearing at the bottom of the first page or ...
4
votes
2answers
435 views

How to make onecolumn/twocolumn parts in a document class?

I have a simple document class adapted from article, but independent (.cls file). The document is twocolumn, but when I add a title with \newcommand\maketitle{\begin{titlepage}% \begin{center}% ...
4
votes
1answer
291 views

“Thanks” note (footnote) placed below right column even though there is enough space on the left

In this two-column document, the "thanks" note is placed below the right column even though there is enough space below the left column, and a lot of space is inserted around the heading of the first ...
5
votes
2answers
954 views

How can I use one column in the proc document class?

I'm making a 5 pages report about this year's activities. Using the proceedings document class I managed to get very close to the format I've been required to use, but I just can't make it to work ...
1
vote
1answer
1k views

Memoir custom title page and twocolumns.

Using the package memoir, I am having some trouble creating my (Oh so simple) custom title page. In the preamble, I have this: \documentclass[medievalpage,twosides,twocolumn,pdftex,final]{memoir} ...