diff options
author | Karl Berry <karl@freefriends.org> | 2007-09-03 16:37:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-09-03 16:37:56 +0000 |
commit | 207e5dcc5a4444530c13477ace667f18656d592d (patch) | |
tree | 6bf701d9180a5c2ad5775307329f2de104fa104d /Master/texmf-dist/doc/latex/ametsoc/blank_template.tex | |
parent | 64ae5b941e66a80eef3b9d4aaf25b122c0a112f2 (diff) |
new latex package ametsoc (30aug07)
git-svn-id: svn://tug.org/texlive/trunk@4858 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ametsoc/blank_template.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/ametsoc/blank_template.tex | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ametsoc/blank_template.tex b/Master/texmf-dist/doc/latex/ametsoc/blank_template.tex new file mode 100644 index 00000000000..b7326554d08 --- /dev/null +++ b/Master/texmf-dist/doc/latex/ametsoc/blank_template.tex @@ -0,0 +1,125 @@ +\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}} +} +\amstitle + +\begin{abstract} +Start abstract here. +\end{abstract} + +\section{First primary heading} + +\section{Second primary heading} + +\subsection{First secondary heading} + +\subsection{Second secondary heading} + +\subsubsection{First tertiary heading} + +\subsubsection{Second tertiary heading} + +\paragraph{First quaternary heading} + +\paragraph{Second quaternary heading} + +\section{Third primary heading} + +\subsection*{First unnumbered secondary heading} + +\subsubsection*{First unnumbered tertiary heading} + +\paragraph*{First unnumbered quaternary heading} + +\section{Fourth primary heading} + +\begin{acknowledgment} +Start acknowledgments here. +\end{acknowledgment} +\clearpage + +% Use appendix}[A], {appendix}[B], etc. etc. in place of appendix if you have multiple appendixes. +\begin{appendix} +\section*{\begin{center}Appendix Title Is Entered Here (Primary heading)\end{center}} +\subsection{First appendix secondary heading} + +\subsection{Second appendix secondary heading} + +\subsubsection{First appendix tertiary heading} + +\subsubsection{Second appendix tertiary heading} + +\paragraph{First appendix quaternary heading} + +\paragraph{Second appendix quaternary heading} + +\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{Enter the caption for your table here. Repeat as + necessary for each of your tables.}\label{t1} +\begin{center} +\begin{tabular}{ccccrrcrc} +$\Theta$ & $a$ & $\Lambda$ & Perturbation type & +$\tau$ & $\alpha$ & $\lambda_\parallel$ +& $n_\parallel$ & $n_\phi$ +\\\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} + |