summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ametsoc/amspaper.tex
blob: ffb0e17dc3dcf370b48b0dcb1c354cb159ac2a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
%
% AMS template fie with AMS style descripition
%
% Developed by Brian Papa - American Meteorological Society
%
% amspaper.tex version 2.01
% 8/31/07 corrected placement of doublespace command
%
\documentclass[12pt]{article}

\usepackage{ametsoc}

\setcounter{secnumdepth}{5}


\urlstyle{rm}

\catcode`\"=\active \let"=\"
\let\3=\ss

\begin{document}
\begin{doublespace}

\title{\bf{A Sample American Meteorological Society \LaTeX\ Document}}
% First author name and corresponding author information (typically
% the first author).
\author{{\sc{Brian Papa} \thanks{\textit{Corresponding author address:}
         Brian Papa, American Meteorological Society, 45 Beacon St., Boston,
         MA 01464. \newline{E-mail: latex@ametsoc.org}}}\\
% First author affiliation
\sc{American Meteorological Society, Boston, Massachusetts}
%
% Use the \and command to add multiple authors with different
% affiliations
%
% Second author name and affiliation
\and
\centerline{\sc{Author2Firstname Author2Lastname}}\\
\centerline{\sc{Affiliation, City, State/Province, Country}}
%
% Second author name and affiliation
\and
\centerline{\sc{Author3Firstname Author3Lastname}}\\
\centerline{\sc{Affiliation, City, State/Province, Country}}
}
\amstitle

% Start Abstract
\begin{abstract}
This is a sample American Meteorological Society (AMS) \LaTeX\ template.   This
document provides authors with both a \LaTeX\ template and basic AMS
formatting guidelines to be used when writing a paper.  Authors should
refer to the file amspaper.tex to review the actual \LaTeX\ code used to
create this document. The amspaper.tex (or blank\_template.tex) file
can then be modified by authors for their own manuscript.

The abstract should be no longer than 250 words in length.  The abstract
should not contain any mathematical expressions, should include no
footnotes or citations, and should not contain first-person sentence
structure.
\end{abstract}

% Start main body of the paper
\section{Introduction}
This document will provide authors with the basic American
Meteorological Society (AMS) formatting guidelines.  This is done using
\LaTeX\, which will also provide authors with an initial \LaTeX\ template
to use when submitting a manuscript to the AMS.  The following
sections will outline the guidelines and formatting for text, math,
figures, and tables all through the use of \LaTeX\/.  A more thorough review
of all manuscript requirements can be found in the AMS Authors' Guide
(available online at \url{www.ametsoc.org/PUBS/Authorsguide/pdf_vs/authguide.pdf}).

An attempt to compile amspaper.tex should be made before using the template.  These files are not guaranteed to work.  The files have been tested on a Mandriva 10.2 Limited Edition Linux
distribution (available online at \url{http://www.mandriva.com/en/download}) using \TeX\ Live 2007 (available online at \url{http://www.tug.org/texlive/}) and the now obsolete tetex-3.0-8, and on Windows XP using ProTeXt (available online at \url{http://www.tug.org/protext/}), which is based on MiKTex. Other distributions of Linux/Unix and Windows using other distributions of \LaTeX\ may be acceptable. Feedback and questions should be sent to latex@ametsoc.org.

Authors may also use the blank\_template.tex file as a simple empty template to begin their paper. A valuable source of \LaTeX\ information is the \textit{Tex Frequently Asked
Questions} available at numerous Web sites (available online at
\url{http://faq.tug.org}).
\section{Formatting text and sections}
The text should be divided into sections, each with
a separate heading and numbered consecutively (unless it is a single
secondary or tertiary section). The
primary, secondary, tertiary, and quaternary headings should be formatted on a separate
line using the appropriate \LaTeX\ commands. For more detailed information on different sections and
their formatting see the Authors' Guide.
\subsection*{Secondary headings}
Secondary headings labeled with letters are formatted using the $\backslash$subsection command. Sections without labels can be formatted by placing an asterisk
at the end of the appropriate subsection, subsubsection, or paragraph command
(as in this case).
\subsubsection*{Tertiary headings}
Tertiary headings are formatted using the $\backslash$subsubsection command.
\paragraph*{Quaternary headings}
Quaternary headings are formatted using the $\backslash$paragraph command.

\section{Citations}
Citations to standard references in text should consist of the name of the author and the
year of publication, for example, \cite{Becker+Schmitz2003} or \citep{Becker+Schmitz2003} using the appropriate $\backslash$cite\ or $\backslash$citep commands, respectively. A variety of citation formats can be made with the natbib package. Refer to
documentation on the natbib package for more information on the basic citation
commands. References should be entered in the references.bib file located in the bibliography subdirectory. For a thorough discussion of how to enter references into the references.bib database file following AMS style please refer to the AMS\_references.pdf document included in this package.

\section{Formatting math}
The following sections will outline the basic formatting rules
for mathematical symbols and units.  In addition, a review of the amspaper.tex file
will show how this is done with the use of \LaTeX\ commands.  The AMS template provides the American Mathematical Society math, font, symbol, and boldface packages for use in math mode.
\subsection{Mathematical symbols}
Symbols must be of the same font style both in text discussion and in displayed
equations or terms (and figures should be prepared to match). Scalar
single character symbols are set italic, Greek, or script. Examples
are $u$, $L$ [note that Greek upsilon $\upsilon$ is used for
\textit{v} (italic ``vee'') to avoid confusion with
Greek nu $\nu$ often used for viscosity; this is handled automatically
when in \LaTeX\ math mode], $w$, $x$, $y$, $z$, $f$, $g$, $r$, indices such as $i$ or $j$, and constants such as $C_D$, $k$,
or $K$. Multiple character scalar variables, abbreviations, nondimensional numbers, and acronyms for
variables are set regular nonitalic: $\mathrm{LWC}$, $\mathrm{Re}$, $\mathrm{Ro}$, $\mathrm{BT}$, $\mathrm{abs}$, $\mathrm{obs}$, $\mathrm{max}$, $\mathrm{min}$, $\mathrm{Re}$/$\mathrm{Im}$ (real/imaginary), etc.
For vectors, use boldface nonitalic Times Roman as in $\mathbf{V}$,
$\mathbf{v}$, or $\mathbf{x}$, and $\mathbf{i}$, $\mathbf{j}$, and $\mathbf{k}$ unit
vectors. Do not use the \LaTeX\ $\backslash$vec command to denote vectors. For
matrix notation use nonitalic boldface Arial (or Sans Serif) font as in
$\bm{\mathsf{A}}$, $\bm{\mathsf{B}}$, or $\bm{\mathsf{M}}$. All mathematical operator abbreviations/acronyms are set lowercase regular
Roman font, except $O$ (on the order of): $\sin$, $\cos$, $\tan$, $\tanh$, $\mathrm{cov}$, $\Pr$ (for probability; note same as
Prandtl number), $\mathrm{const}$ (for constant), $\mathrm{c.c.}$ (complex conjugate).
\subsection{Units}
Units are always set on a single line with a space separating the denominator, which is set with a
superscript $-1$, $-2$, and so on, rather than using a slash for ``per.'' Examples are g kg$^{-1}$ , m$^2$ s$^{-1}$ , W m$^{-2}$ , g
m$^{-3}$ , and m s$^{-1}$ (note that ms$^{-1}$ is the unit for ``per millisecond'').
\subsection{Equations}
Brief equations or terms set inline in text must be set as a
single line expression because page proofs are not double spaced, for
example, $\rho^{-1}p/x$ or $(1/{\rho})p/x$  or $(a-b)/(c+d)$; that is,
use a superscript $-1$ for the denominator. In case of a more complicated
term or equation, it should be set as an unnumbered display equation,
such as
\begin{displaymath}
x=\frac{2b\pm\sqrt{b^{2}-4ac}}{2c}.
\end{displaymath}
Otherwise, numbered equations can be entered using the appropriate
$\backslash$equation command, such as
\begin{equation}
x=\frac{2b\pm\sqrt{b^{2}-4ac}}{2c}.
\end{equation}
This provides a numbered display equation.

\section{Figures and tables}
\subsection{Figures}
Detailed information about figures can be found both in the Authors'
Guide and through links on the AMS Author Upload Web page (available
online at \url{http://www.ametsoc.org/au_upload/index.cfm}). The insertion
of a sample figure (Fig. \ref{f1}) and caption is shown below. Standard figure sizes are 19 (one column), 27, 30, 33, 36, and 39 (two columns) picas. Authors should attempt to size their figures appropriately. At this time our press can accept only eps and TIFF figures.  Because pdfTeX does not support the use of either of these figure types authors should not attempt to build their PDF file using this driver.  The dvips driver does support the use of eps files, but not TIFF files.  Therefore, authors should use eps figure files when using this template.
\subsection{Tables}
Each table must be numbered, provided with a caption, and mentioned specifically in
the text. Each table should be in double-spaced format on a separate page, with an
explanatory caption typed above the table on the same page. All tables should be attached at
the end of the manuscript, following the figure legends. See section
11 of the Authors' Guide for more information on the proper
preparation of tables. See below for the formatting of a sample
table (Table \ref{t1}).

%Start acknowledments
\begin{acknowledgment} 
Keep acknowledgments (note spelling, no ``e'' between the ``g'' and ``m'') as brief as possible. In general, acknowledge only direct help
in writing or research. Financial support (e.g., grant numbers) for the work done, or for an
author, or for the laboratory where the work was performed is best acknowledged here rather
than as footnotes to the title or to an author's name. Contribution numbers (if the work has
been published by the author's institution or organization) should be included on the title
page, not in the acknowledgments.
\end{acknowledgment}
\clearpage

%Start appendix section(s)
%
% Use appendix command in place of {appendix}[A], {appendix}[B], etc. if only one
% appendix is needed.
\begin{appendix}[A]
\section*{\begin{center}Appendix Title Is Entered Here\end{center}}
\subsection*{Appendix section}
The AMS template allows authors to format an unlimited number of appendixes.
To format a single appendix use the $\backslash$appendix command with no additional argument. Otherwise, add the appropriate one letter argument to the $\backslash$appendix command (e.g. $\backslash$appendix[A], $\backslash$appendix[B], $\backslash$appendix[C], etc.) corresponding to the appropriate appendix. The title of the appendix can formatted using the $\backslash$section* command as shown above (which also provides code for centering). The $\backslash$subsection, $\backslash$subsubection, and $\backslash$paragraph commands are used to create sections within the appendix. Equations are automatically numbered appropriately for each appendix. Here is an example of the first equation in appendix A, automatically labeled (\ref{eq:1}),
\begin{equation} \label{eq:1}
x=\frac{2b\pm\sqrt{b^{2}-4ac}}{2c}.
\end{equation}
\end{appendix}

\clearpage
\begin{appendix}[B]
\section*{\begin{center}File structure of the AMS \LaTeX\ Package\end{center}}
\subsection*{AMS \LaTeX\ files}
You will be provided with a tarred, zipped \LaTeX\ package containing
nine files: amspaper.tex, blank\_template.tex, ametsoc.sty, amspaper.pdf, figure01.eps,
AMS\_references.pdf, ametsoc.bst, database.bib, and references.bib.  Two subdirectories will be created
when you untar the package: figures and bibliography.  The figures
directory will contain the sample figure file figure01.eps.  This
directory should be used to store all your figure files.  The
bibliography directory will contain the sample bibliography files
database.bib and references.bib. You should alter references.bib with your own
bibliography information.  Refer to the AMS\_references.pdf file included in this package for information on how to properly populate the references.bib file. The files ametsoc.sty and ametsoc.bst are the two style files.  The file amspaper.tex contains the \LaTeX\ code for this sample file.   The resulting PDF is amspaper.pdf. The file blank\_template.tex provides
a basic blank template with some section headings for authors to more
easily enter their manuscript into.

Questions and feedback concerning the use of the AMS \LaTeX\ files should
be directed to latex@ametsoc.org.
\end{appendix}

\clearpage
\begin{appendix}[C]
\section*{\begin{center}How to Compile the \LaTeX\ Files and Create a PDF\end{center}}
\subsection{Compilation}
There are a variety of different methods and programs that will create a final PDF from your \LaTeX\ document.  Here, the basic commands for one method of creating a final PDF are presented. You can compile your \LaTeX\ files and build the dvi file with the
following commands on a Linux-/Unix-based system.
\begin{itemize}
\item{latex filename.tex (e.g., latex amspaper.tex)}
\item{bibtex filename (e.g., bibtex amspaper).  Note that the .tex
  extension is not included in the filename}
\item{latex filename.tex (e.g., latex amspaper.tex)}
\item{latex filename.tex (e.g., latex amspaper.tex).  This command is
  repeated twice to clean up any reference dependencies.}
\end{itemize}
This will create a dvi file (e.g., amspaper.dvi).  You can view the dvi
file using a dvi file viewer, such as xdvi, kdvi, or some similar
program.  Your PDF will be created from the dvi file, so do not delete
this file.
\subsection{Creating the PDF}
The final PDF can be created from the dvi file using the following
commands on a Linux-/Unix-based system.
\begin{itemize}
\item{dvips filename.dvi -o filename.ps (e.g., dvips amspaper.dvi -o
  amspaper.ps).  This converts the dvi file to a postscript file that
  will be converted to the final PDF.}
\item{ps2pdf14 filename.ps (e.g., ps2pdf14 amspaper.ps).  This creates
  the final PDF file (amspaper.pdf).  The ``14'' at the end of the ps2pdf14 command will
  generate a PDF compatible with Acrobat Reader, version 5 and later.
  It may be replaced with ps2pdf13 or ps2pdf, which will generate PDFs
  compatible with Acrobat Reader, version 4 or 3 and later,
  respectively.}
\end{itemize}
\end{appendix}

% Create a bibliography directory and place your .bib file there.
\clearpage
\bibliographystyle{./ametsoc}
\bibliography{./bibliography/references}

\clearpage
\begin{figure}
  \noindent\includegraphics[width=19pc,angle=0]{./figures/figure01.eps}\\
  \caption{Enter the caption for your figure here.  Repeat as
  necessary for each of your figures. Create a figures directory and
  place all figures in that directory.}\label{f1}
\end{figure}

\clearpage
\begin{table}[h]
\caption{This is a sample table caption and table layout.  Enter as many tables as
  necessary at the end of your manuscript.}\label{t1}
\begin{center}
\begin{tabular}{ccccrrcrc}
$\Theta$ & $a$ & $\Lambda$ & Perturbation type &
$\tau$ & $\alpha$ & $\lambda_\parallel$
& $n_\parallel$ & $n_\phi$
\\ \hline\hline
 89.5 & 1.20 & 6 & SV &  5 &  0 & 0.398 &  144 & 2304 \\
 89.5 & 1.20 & 6 & SV &  5 & 90 & 3.981 & 2304 & 2304 \\
 89.5 & 1.20 & 6 & NM & -- &  0 & 0.501 &  288 & 2304 \\
 89.5 & 1.20 & 6 & NM & -- & 90 & 7.943 & 4608 & 2304 \\
 89.5 & 0.87 & 6 & SV &  5 &  0 & 0.631 &  288 & 2304 \\
 89.5 & 0.87 & 6 & SV &  5 & 90 & 3.162 & 1152 & 2304 \\
 89.5 & 0.87 & 6 & SV & 30 &  0 & 7.943 & 4608 & 2304 \\
 89.5 & 0.87 & 6 & SV & 30 & 90 & 5.012 & 2304 & 2304
\end{tabular}
\end{center}

\end{table}

\end{doublespace}
\end{document}