~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

Viewing changes to doc/doc_src/detectors/tracker/01-Current/99-Styles/revtex4-1/revtex4-1-tds/doc/latex/revtex/sample/aip/aiptemplate.tex

  • Committer: Chris Rogers
  • Date: 2014-04-16 11:48:45 UTC
  • mfrom: (707 merge)
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: chris.rogers@stfc.ac.uk-20140416114845-h3u3q7pdcxkxvovs
Update to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
%% ****** Start of file aiptemplate.tex ****** %
2
 
%%
3
 
%%   This file is part of the files in the distribution of AIP substyles for REVTeX4.
4
 
%%   Version 4.1 of 9 October 2009.
5
 
%%
6
 
%
7
 
% This is a template for producing documents for use with 
8
 
% the REVTEX 4.1 document class and the AIP substyles.
9
 
10
 
% Copy this file to another name and then work on that file.
11
 
% That way, you always have this original template file to use.
12
 
 
13
 
\documentclass[aip,graphicx]{revtex4-1}
14
 
%\documentclass[aip,reprint]{revtex4-1}
15
 
 
16
 
\draft % marks overfull lines with a black rule on the right
17
 
 
18
 
\begin{document}
19
 
 
20
 
% Use the \preprint command to place your local institutional report number 
21
 
% on the title page in preprint mode.
22
 
% Multiple \preprint commands are allowed.
23
 
%\preprint{}
24
 
 
25
 
\title{} %Title of paper
26
 
 
27
 
% repeat the \author .. \affiliation  etc. as needed
28
 
% \email, \thanks, \homepage, \altaffiliation all apply to the current author.
29
 
% Explanatory text should go in the []'s, 
30
 
% actual e-mail address or url should go in the {}'s for \email and \homepage.
31
 
% Please use the appropriate macro for the type of information
32
 
 
33
 
% \affiliation command applies to all authors since the last \affiliation command. 
34
 
% The \affiliation command should follow the other information.
35
 
 
36
 
\author{}
37
 
%\email[]{Your e-mail address}
38
 
%\homepage[]{Your web page}
39
 
%\thanks{}
40
 
%\altaffiliation{}
41
 
\affiliation{}
42
 
 
43
 
% Collaboration name, if desired (requires use of superscriptaddress option in \documentclass). 
44
 
% \noaffiliation is required (may also be used with the \author command).
45
 
%\collaboration{}
46
 
%\noaffiliation
47
 
 
48
 
\date{\today}
49
 
 
50
 
\begin{abstract}
51
 
% insert abstract here
52
 
\end{abstract}
53
 
 
54
 
\pacs{}% insert suggested PACS numbers in braces on next line
55
 
 
56
 
\maketitle %\maketitle must follow title, authors, abstract and \pacs
57
 
 
58
 
% Body of paper goes here. Use proper sectioning commands. 
59
 
% References should be done using the \cite, \ref, and \label commands
60
 
\section{}
61
 
%\label{}
62
 
\subsection{}
63
 
\subsubsection{}
64
 
 
65
 
% If in two-column mode, this environment will change to single-column format so that long equations can be displayed. 
66
 
% Use only when necessary.
67
 
%\begin{widetext}
68
 
%$$\mbox{put long equation here}$$
69
 
%\end{widetext}
70
 
 
71
 
% Figures should be put into the text as floats. 
72
 
% Use the graphics or graphicx packages (distributed with LaTeX2e).
73
 
% See the LaTeX Graphics Companion by Michel Goosens, Sebastian Rahtz, and Frank Mittelbach for examples. 
74
 
%
75
 
% Here is an example of the general form of a figure:
76
 
% Fill in the caption in the braces of the \caption{} command. 
77
 
% Put the label that you will use with \ref{} command in the braces of the \label{} command.
78
 
%
79
 
% \begin{figure}
80
 
% \includegraphics{}%
81
 
% \caption{\label{}}%
82
 
% \end{figure}
83
 
 
84
 
% Tables may be be put in the text as floats.
85
 
% Here is an example of the general form of a table:
86
 
% Fill in the caption in the braces of the \caption{} command. Put the label
87
 
% that you will use with \ref{} command in the braces of the \label{} command.
88
 
% Insert the column specifiers (l, r, c, d, etc.) in the empty braces of the
89
 
% \begin{tabular}{} command.
90
 
%
91
 
% \begin{table}
92
 
% \caption{\label{} }
93
 
% \begin{tabular}{}
94
 
% \end{tabular}
95
 
% \end{table}
96
 
 
97
 
% If you have acknowledgments, this puts in the proper section head.
98
 
%\begin{acknowledgments}
99
 
% Put your acknowledgments here.
100
 
%\end{acknowledgments}
101
 
 
102
 
% Create the reference section using BibTeX:
103
 
\bibliography{your-bib-file}
104
 
 
105
 
\end{document}
106
 
%
107
 
% ****** End of file aiptemplate.tex ******