diff options
author | Karl Berry <karl@freefriends.org> | 2007-09-17 00:44:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-09-17 00:44:33 +0000 |
commit | 82455bade99d6d43ff3c89172936e0a7a11f6430 (patch) | |
tree | 6b56e6a8b538059a33a843bc64e4c1c7101a7046 /Master/texmf-dist/tex/latex/ametsoc | |
parent | e3f06476fbd8a60c1ea9a79ffb7d4ab6f62f7508 (diff) |
ametsoc update (15sep07)
git-svn-id: svn://tug.org/texlive/trunk@4958 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ametsoc')
-rw-r--r-- | Master/texmf-dist/tex/latex/ametsoc/ametsoc.sty | 16 |
1 files changed, 10 insertions, 6 deletions
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} |