Creating a title in Latex while using two columns

  • Context: LaTeX 
  • Thread starter Thread starter Shukie
  • Start date Start date
  • Tags Tags
    Columns Latex
Click For Summary

Discussion Overview

The discussion revolves around creating a title in LaTeX that spans the entire width of the page while formatting the subsequent text in two columns. Participants explore methods to achieve this layout without altering the overall document structure significantly.

Discussion Character

  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant seeks a way to format a title that spans the full width of the page while using a two-column layout for the text, expressing dissatisfaction with the default behavior of the \documentclass[twocolumn]{article}.
  • Another participant questions the proper use of the \maketitle command, suggesting that it may resolve the issue of the title appearing in the left column.
  • A participant mentions that revtex is a suitable class for achieving the desired layout, providing a link for further reference.
  • Concerns are raised about the description of revtex as "obsolete" in the Ubuntu repositories, prompting a question about its current status and any potential replacements.
  • A later reply confirms that the participant was not using the \maketitle command initially, but after adding it, the title formatting issue was resolved.

Areas of Agreement / Disagreement

Participants generally agree that the title should not be in the left column and that the \maketitle command is necessary for proper formatting. However, there are differing opinions regarding the use of revtex and its status in the repositories, indicating some unresolved questions about its relevance.

Contextual Notes

Participants express uncertainty about the implications of using revtex given its classification as "obsolete" and the potential need for alternative solutions.

Shukie
Messages
91
Reaction score
0
I want to create a title that spans the entire width of the page and then below the title, I want the actual text to be in two columns. I am currently using \documentclass[twocolumn]{article}, which puts the entire document into two columns, including the title, which is now in the left column. I want it like this:

http://arxiv.org/PS_cache/arxiv/pdf/1003/1003.1113v2.pdf

Anyone know how to do this? I don't want to use the multicol package, because I'll have to redo the entire layout.
 
Last edited by a moderator:
Physics news on Phys.org
The title shouldn't be in the left column. Are you using the \maketitle command properly?

By the way, in order to get a paper that looks like the one you quote, you should look at revtex (http://authors.aps.org/revtex4/).
 
Q: When I look for revtex in the ubuntu repositories, it is described as "obsolete":
revtex - LaTeX documentstyle from the American Physical Society (obsolete)
Any idea why that might be or what (if anything) is supposed to replace it?
 
Well, the article in question is in revtex4, you can download its source if you need an example. (from the arxiv, this articles "source" should be renamed to a .gz, which is a zip and then extracted. its some eps figures and the tex.)

They're just using
\documentclass[twocolumn,preprintnumbers,amsmath,amssymb]{revtex4}
\title{
On the use of X-ray telescopes for identifying the origin of electrons
and positrons observed by Fermi and PAMELA}

basically.
 
cristo said:
The title shouldn't be in the left column. Are you using the \maketitle command properly?

By the way, in order to get a paper that looks like the one you quote, you should look at revtex (http://authors.aps.org/revtex4/).

I wasn't using \maketitle at all, but it works now that I added it. Cheers.
 

Similar threads

  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
6K
  • · Replies 11 ·
Replies
11
Views
9K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 11 ·
Replies
11
Views
6K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 1 ·
Replies
1
Views
4K