summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/README2
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/amspaper.pdfbin103632 -> 107551 bytes
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/amspaper.tex6
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/blank_template.tex6
-rw-r--r--Master/texmf-dist/tex/latex/ametsoc/ametsoc.sty16
5 files changed, 11 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/ametsoc/README b/Master/texmf-dist/doc/latex/ametsoc/README
index f08ab016ad4..7b91a2363bd 100644
--- a/Master/texmf-dist/doc/latex/ametsoc/README
+++ b/Master/texmf-dist/doc/latex/ametsoc/README
@@ -1,4 +1,4 @@
-This package contains all the files necessary to write an article using
+This package (Version 2.02) contains all the files necessary to write an article using
LaTeX for the American Meteorological Society journals. The article and
bibliography style files are provided along with two PDFs describing the
use of the files and a blank template for authors to use in writing their
diff --git a/Master/texmf-dist/doc/latex/ametsoc/amspaper.pdf b/Master/texmf-dist/doc/latex/ametsoc/amspaper.pdf
index 0c8f5b825df..7ecac578d45 100644
--- a/Master/texmf-dist/doc/latex/ametsoc/amspaper.pdf
+++ b/Master/texmf-dist/doc/latex/ametsoc/amspaper.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/ametsoc/amspaper.tex b/Master/texmf-dist/doc/latex/ametsoc/amspaper.tex
index ffb0e17dc3d..fdca32e1bc4 100644
--- a/Master/texmf-dist/doc/latex/ametsoc/amspaper.tex
+++ b/Master/texmf-dist/doc/latex/ametsoc/amspaper.tex
@@ -12,14 +12,10 @@
\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
@@ -268,8 +264,6 @@ $\tau$ & $\alpha$ & $\lambda_\parallel$
89.5 & 0.87 & 6 & SV & 30 & 90 & 5.012 & 2304 & 2304
\end{tabular}
\end{center}
-
\end{table}
-\end{doublespace}
\end{document}
diff --git a/Master/texmf-dist/doc/latex/ametsoc/blank_template.tex b/Master/texmf-dist/doc/latex/ametsoc/blank_template.tex
index b7326554d08..ce7d5e63e80 100644
--- a/Master/texmf-dist/doc/latex/ametsoc/blank_template.tex
+++ b/Master/texmf-dist/doc/latex/ametsoc/blank_template.tex
@@ -4,14 +4,10 @@
\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
@@ -117,9 +113,7 @@ $\tau$ & $\alpha$ & $\lambda_\parallel$
89.5 & 0.87 & 6 & SV & 30 & 90 & 5.012 & 2304 & 2304
\end{tabular}
\end{center}
-
\end{table}
-\end{doublespace}
\end{document}
diff --git a/Master/texmf-dist/tex/latex/ametsoc/ametsoc.sty b/Master/texmf-dist/tex/latex/ametsoc/ametsoc.sty
index 1200fd5c1e4..42b4948f99b 100644
--- a/Master/texmf-dist/tex/latex/ametsoc/ametsoc.sty
+++ b/Master/texmf-dist/tex/latex/ametsoc/ametsoc.sty
@@ -44,29 +44,33 @@
% August 2007
% -Updated amspaper.tex with new instructions, added references template information.
%
+% 9/12/2007
+% -Removed use of \doublespace and replaced with baselinstretch and removed setspace package
+% so captions and text would be double spaced
+% -Added dvips option to geometry to guarantee page layout info is passed to the dvi file
+%
\usepackage{graphicx}
%
% Seup the page layout using the geometry package
%%%\usepackage[margin=2.54cm,centering]{geometry}
-\usepackage[letterpaper,textwidth=16.5cm,textheight=22.9cm]{geometry}
+\usepackage[dvips,letterpaper,textwidth=16.5cm,textheight=22.9cm]{geometry}
%
% ametsoc.bst is built on top of natbib
\RequirePackage{natbib}
-% Use times font in text and math
-%\usepackage{mathptmx}
+% Use times font in URLs
\usepackage{url}
% Provide the amsmath, fonts, symbol, and boldface math packages for use
\usepackage{amsmath,amsfonts,amssymb,bm}
+%Ensure both text and captions are double spaced following AMS requirements
+\renewcommand{\baselinestretch}{2.0}
+
%Use the indent first package to ensure the first paragraph after each
%section is indented.
\usepackage{indentfirst}
-%Use setspace to set the spacing to allow double spacing to be defined in the document
-\usepackage{setspace}
-
%If then options
\RequirePackage{ifthen}