How Can I Format My Paper in Double Column Using Latex and RevTex4?

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

Discussion Overview

The discussion revolves around formatting a paper in double column using LaTeX and ReVTeX4, focusing on the challenges faced by a user in achieving the correct format for submission. The scope includes technical aspects of LaTeX usage, specifically related to document formatting and figure insertion.

Discussion Character

  • Technical explanation
  • Homework-related

Main Points Raised

  • One participant expresses frustration with formatting a paper in double column using LaTeX and ReVTeX4, indicating a lack of progress despite several hours of effort.
  • Another participant suggests using the sample file apssamp.tex that comes with the ReVTeX distribution as a resource for formatting guidance.
  • A further reply provides a snippet of LaTeX code that demonstrates the structure of a typical PRL document, including commands for double column formatting and figure insertion.
  • The original poster later reports progress after following the advice to reference apssamp.tex.

Areas of Agreement / Disagreement

Participants generally agree on the usefulness of the apssamp.tex file for formatting guidance, but there is no explicit consensus on all aspects of using LaTeX and ReVTeX4, as the original poster continues to seek help.

Contextual Notes

The discussion does not resolve specific technical challenges related to figure placement or other formatting nuances, and the original poster's progress is contingent on further exploration of the provided resources.

robousy
Messages
332
Reaction score
1
Need Help with Latex and RevTex4!

Hi there,


I've written my first paper and need to submit it but getting the correct format is proving to be a HUGE nightmare that I've spend almost the last 6 hrs working on with only a little progress.


Ok - I want to use the Latex format (which I know how to use) but I want it to be in double column format.

I've downloaded Winedt, MikTex and RevTex4.

I've figured out how to get Winedt and MikTex to work together and can make a dvi file.

I now need to do the double column format and learn how to insert figures etc in the correct place.

It seems like you need a PhD in Latex to figure it all out.

How does RevTex4 work in conjunction with it all?

Does anyone have any quick(ish) help??
Thanks!

Richard
 
Physics news on Phys.org
The ReVTeX distribution comes with a sample file called apssamp.tex that gives examples of how to do all the things you're asking about (and about other ReVTeX related things). If you can't find it on your system, http://www.aip.org/pubservs/compuscript.html of it from AIP.
 
Last edited by a moderator:
OK, I am going to assume that you are trying to produce a typeset document that looks like one of Physical Review papers. Without any more info, I will then show you the beginnings of a typical PRL LaTex format:

\documentstyle[prl,aps,epsf]{revtex} \def\narrowtext{} \tighten \twocolumn
\input epsf.sty
\begin{document}

\title{Insert Your Clever Title here}
\author{
Author1, Author2, Author3
}
\address{
Physics Forums
}
\address{%
\begin{minipage}[t]{6.0in}
\begin{abstract}
Write your clever abstract here.
\typeout{polish abstract}
\end{abstract}
\pacs{PACS numbers: 29.25.Bx. 41.75.-i, 41.75.Lx}
\end{minipage}}

\maketitle
\narrowtext

Body of text here. Note that in PRL, one very seldom use section titles, since those take up too much space, and you only have 4 typeset pages to work with.

To insert PS or EPS figures, follow this format:

\begin{figure}
\vspace{-0.5cm}
\epsfysize=4.9in
\epsfbox{Fig1.eps}
\vspace{-7.8cm}
\caption{Your clever caption here.}
\label{fig1}
\end{figure}

Don't pay attention to the numbers in vspace and epsfysize. They depend on your figure and how much you need to adjust to make it look just right in your document.

\end{document}
 
Hey,

I followed the advice of following apssamp.tex and I seem to be making progress now.

Thanks for the advice!

Richard
 
Last edited:

Similar threads

  • · Replies 1 ·
Replies
1
Views
6K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 13 ·
Replies
13
Views
6K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
6K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
5K