ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/ssdePaper/template.aps
Revision: 743
Committed: Wed Sep 3 21:36:09 2003 UTC (20 years, 10 months ago) by chrisfen
File size: 5849 byte(s)
Log Message:
This is the paper that got scooped

File Contents

# User Rev Content
1 chrisfen 743 %% ****** Start of file template.aps ****** %
2     %%
3     %%
4     %% This file is part of the APS files in the REVTeX 4 distribution.
5     %% Version 4.0 of REVTeX, August 2001
6     %%
7     %%
8     %% Copyright (c) 2001 The American Physical Society.
9     %%
10     %% See the REVTeX 4 README file for restrictions and more information.
11     %%
12     %
13     % This is a template for producing manuscripts for use with REVTEX 4.0
14     % Copy this file to another name and then work on that file.
15     % That way, you always have this original template file to use.
16     %
17     % Group addresses by affiliation; use superscriptaddress for long
18     % author lists, or if there are many overlapping affiliations.
19     % For Phys. Rev. appearance, change preprint to twocolumn.
20     % Choose pra, prb, prc, prd, pre, prl, prstab, or rmp for journal
21     % Add 'draft' option to mark overfull boxes with black boxes
22     % Add 'showpacs' option to make PACS codes appear
23     % Add 'showkeys' option to make keywords appear
24     \documentclass[aps,prl,preprint,groupedaddress]{revtex4}
25     %\documentclass[aps,prl,preprint,superscriptaddress]{revtex4}
26     %\documentclass[aps,prl,twocolumn,groupedaddress]{revtex4}
27    
28     % You should use BibTeX and apsrev.bst for references
29     % Choosing a journal automatically selects the correct APS
30     % BibTeX style file (bst file), so only uncomment the line
31     % below if necessary.
32     %\bibliographystyle{apsrev}
33    
34     \begin{document}
35    
36     % Use the \preprint command to place your local institutional report
37     % number in the upper righthand corner of the title page in preprint mode.
38     % Multiple \preprint commands are allowed.
39     % Use the 'preprintnumbers' class option to override journal defaults
40     % to display numbers if necessary
41     %\preprint{}
42    
43     %Title of paper
44     \title{}
45    
46     % repeat the \author .. \affiliation etc. as needed
47     % \email, \thanks, \homepage, \altaffiliation all apply to the current
48     % author. Explanatory text should go in the []'s, actual e-mail
49     % address or url should go in the {}'s for \email and \homepage.
50     % Please use the appropriate macro foreach each type of information
51    
52     % \affiliation command applies to all authors since the last
53     % \affiliation command. The \affiliation command should follow the
54     % other information
55     % \affiliation can be followed by \email, \homepage, \thanks as well.
56     \author{}
57     %\email[]{Your e-mail address}
58     %\homepage[]{Your web page}
59     %\thanks{}
60     %\altaffiliation{}
61     \affiliation{}
62    
63     %Collaboration name if desired (requires use of superscriptaddress
64     %option in \documentclass). \noaffiliation is required (may also be
65     %used with the \author command).
66     %\collaboration can be followed by \email, \homepage, \thanks as well.
67     %\collaboration{}
68     %\noaffiliation
69    
70     \date{\today}
71    
72     \begin{abstract}
73     % insert abstract here
74     \end{abstract}
75    
76     % insert suggested PACS numbers in braces on next line
77     \pacs{}
78     % insert suggested keywords - APS authors don't need to do this
79     %\keywords{}
80    
81     %\maketitle must follow title, authors, abstract, \pacs, and \keywords
82     \maketitle
83    
84     % body of paper here - Use proper section commands
85     % References should be done using the \cite, \ref, and \label commands
86     \section{}
87     % Put \label in argument of \section for cross-referencing
88     %\section{\label{}}
89     \subsection{}
90     \subsubsection{}
91    
92     % If in two-column mode, this environment will change to single-column
93     % format so that long equations can be displayed. Use
94     % sparingly.
95     %\begin{widetext}
96     % put long equation here
97     %\end{widetext}
98    
99     % figures should be put into the text as floats.
100     % Use the graphics or graphicx packages (distributed with LaTeX2e)
101     % and the \includegraphics macro defined in those packages.
102     % See the LaTeX Graphics Companion by Michel Goosens, Sebastian Rahtz,
103     % and Frank Mittelbach for instance.
104     %
105     % Here is an example of the general form of a figure:
106     % Fill in the caption in the braces of the \caption{} command. Put the label
107     % that you will use with \ref{} command in the braces of the \label{} command.
108     % Use the figure* environment if the figure should span across the
109     % entire page. There is no need to do explicit centering.
110    
111     % \begin{figure}
112     % \includegraphics{}%
113     % \caption{\label{}}
114     % \end{figure}
115    
116     % Surround figure environment with turnpage environment for landscape
117     % figure
118     % \begin{turnpage}
119     % \begin{figure}
120     % \includegraphics{}%
121     % \caption{\label{}}
122     % \end{figure}
123     % \end{turnpage}
124    
125     % tables should appear as floats within the text
126     %
127     % Here is an example of the general form of a table:
128     % Fill in the caption in the braces of the \caption{} command. Put the label
129     % that you will use with \ref{} command in the braces of the \label{} command.
130     % Insert the column specifiers (l, r, c, d, etc.) in the empty braces of the
131     % \begin{tabular}{} command.
132     % The ruledtabular enviroment adds doubled rules to table and sets a
133     % reasonable default table settings.
134     % Use the table* environment to get a full-width table in two-column
135     % Add \usepackage{longtable} and the longtable (or longtable*}
136     % environment for nicely formatted long tables. Or use the the [H]
137     % placement option to break a long table (with less control than
138     % in longtable).
139     % \begin{table}%[H] add [H] placement to break table across pages
140     % \caption{\label{}}
141     % \begin{ruledtabular}
142     % \begin{tabular}{}
143     % Lines of table here ending with \\
144     % \end{tabular}
145     % \end{ruledtabular}
146     % \end{table}
147    
148     % Surround table environment with turnpage environment for landscape
149     % table
150     % \begin{turnpage}
151     % \begin{table}
152     % \caption{\label{}}
153     % \begin{ruledtabular}
154     % \begin{tabular}{}
155     % \end{tabular}
156     % \end{ruledtabular}
157     % \end{table}
158     % \end{turnpage}
159    
160     % Specify following sections are appendices. Use \appendix* if there
161     % only one appendix.
162     %\appendix
163     %\section{}
164    
165     % If you have acknowledgments, this puts in the proper section head.
166     %\begin{acknowledgments}
167     % put your acknowledgments here.
168     %\end{acknowledgments}
169    
170     % Create the reference section using BibTeX:
171     \bibliography{basename of .bib file}
172    
173     \end{document}
174     %
175     % ****** End of file template.aps ******
176