Skip to content

Extended abstract LaTeX template following AMS formatting guidelines

License

Notifications You must be signed in to change notification settings

CSlocumWX/ams_extended_abstract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

American Meteorological Society Extended Abstract LaTeX Template

This repository contains a LaTeX class for creating an extended abstract that follows the American Meteorological Society's instructions for formatting.

This LaTeX template includes and uses the AMS reference and citation format reference section style. To change, ametsocV6 in the \bibliographystyle{} command can be swapped for any user specified .bst file if a different reference and in-text citation format is preferred (note that this would not adhere to the AMS extended abstract formatting guidelines).

Style optional arguments for the document class

The AMS extended abstract formatting guidelines are relatively rigid. However, you can pick between 9pt and 10pt font.

  • 9pt, 10pt - AMS allows the font size of the main text to be within 9-10 pts.

Example LaTeX template

Below is example LaTeX using the template. This example is similar to what is in the ./template.tex file.

\documentclass[9pt]{amsextabs}
% Enter your paper's/talk's title
\papertitle{Paper title}
% Your paper number is the <session number>.<paper number>
\papernumber{J1A.1}
\author{\normalsize{John Doe}\thanks{\noindent\textit{Corresponding author address:}
        John Doe, Street Address, City, AB ZIP code;\newline
        E-mail: \href{mailto:}{}.}\\
       \small{\textit{Affliliation}}
}

\begin{document}
% This creates the title and corresponding author information.
% This should not have to change.
\extabstitle
\saythanks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%   PLACE TEXT OF EXTENDED ABSTRACT HERE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction}
Add your text here. You can use cite as with the AMS manuscript LaTeX
template \citep[e.g.,][]{Eliassen1951}.

% You can also use \subsection and \subsubsection

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\acknowledgments
Add acknowledgments here.

\bibliographystyle{ametsocV6}
\bibliography{references}
\end{document}

About

Extended abstract LaTeX template following AMS formatting guidelines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages