summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/tools/tpm-ctan-check2
-rw-r--r--Master/texmf-dist/bibtex/bst/ametsoc/ametsoc.bst1732
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/AMS_References.pdfbin0 -> 108787 bytes
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/README7
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/amspaper.pdfbin0 -> 103632 bytes
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/amspaper.tex275
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/bibliography/database.bib346
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/bibliography/references.bib8
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/blank_template.tex125
-rw-r--r--Master/texmf-dist/doc/latex/ametsoc/figures/figure01.eps568
-rw-r--r--Master/texmf-dist/tex/latex/ametsoc/ametsoc.sty299
-rw-r--r--Master/tlpkg/tlpsrc/ametsoc.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/collection-publishers.tlpsrc1
13 files changed, 3364 insertions, 1 deletions
diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check
index a35b36a6a38..0ce31adb8d4 100755
--- a/Build/tools/tpm-ctan-check
+++ b/Build/tools/tpm-ctan-check
@@ -11,7 +11,7 @@ my @WorkingTPM = qw(
a0poster aastex abbr abc abstract abstyles accfonts achemso
acmtrans acronym
active-conf adrconv aguplus algorithm2e algorithmicx algorithms
- alnumsec altfont ams amsldoc-it amsrefs
+ alnumsec altfont ametsoc ams amsldoc-it amsrefs
amsthdoc-it animate apacite appendix apl
arabi arabtex arabxetex archaic arcs arev
armenian arrayjob arydshln ascii assignment attachfile
diff --git a/Master/texmf-dist/bibtex/bst/ametsoc/ametsoc.bst b/Master/texmf-dist/bibtex/bst/ametsoc/ametsoc.bst
new file mode 100644
index 00000000000..19709734170
--- /dev/null
+++ b/Master/texmf-dist/bibtex/bst/ametsoc/ametsoc.bst
@@ -0,0 +1,1732 @@
+%%
+%% This is file `ametsoc_V2.bst',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% merlin.mbs (with options: `ay,nat,nm-rev1,jnrlst,nmlm,x8,m1,keyxyr,dt-beg,yr-com,yrp-col,note-yr,thtit-a,vol-2bf,vnum-sp,volp-com,pgsep-s,num-xser,numser,ser-vol,bkpg-x,pg-bk,pre-edn,agu-doi,doi,edparc,bkedcap,edby,edbyy,blk-tit,in-x,pp,ed,abr,ednx,ord,jabr,eprint,url,url-nt,em-it,nfss,')
+%% ----------------------------------------
+%% *** Bibliography style for all AMS Journals BAMS ***
+%%
+%% Copyright 1994-2005 Patrick W Daly
+ % ===============================================================
+ % IMPORTANT NOTICE:
+ % This bibliographic style (bst) file has been generated from one or
+ % more master bibliographic style (mbs) files, listed above.
+ %
+ % This generated file can be redistributed and/or modified under the terms
+ % of the LaTeX Project Public License Distributed from CTAN
+ % archives in directory macros/latex/base/lppl.txt; either
+ % version 1 of the License, or any later version.
+ % ===============================================================
+ % Name and version information of the main mbs file:
+ % \ProvidesFile{merlin.mbs}[2005/10/17 4.14 (PWD, AO, DPC)]
+ % For use with BibTeX version 0.99a or later
+ %-------------------------------------------------------------------
+ % This bibliography style file is intended for texts in ENGLISH
+ % This is an author-year citation style bibliography. As such, it is
+ % non-standard LaTeX, and requires a special package file to function properly.
+ % Such a package is natbib.sty by Patrick W. Daly
+ % The form of the \bibitem entries is
+ % \bibitem[Jones et al.(1990)]{key}...
+ % \bibitem[Jones et al.(1990)Jones, Baker, and Smith]{key}...
+ % The essential feature is that the label (the part in brackets) consists
+ % of the author names, as they should appear in the citation, with the year
+ % in parentheses following. There must be no space before the opening
+ % parenthesis!
+ % With natbib v5.3, a full list of authors may also follow the year.
+ % In natbib.sty, it is possible to define the type of enclosures that is
+ % really wanted (brackets or parentheses), but in either case, there must
+ % be parentheses in the label.
+ % The \cite command functions as follows:
+ % \citet{key} ==>> Jones et al. (1990)
+ % \citet*{key} ==>> Jones, Baker, and Smith (1990)
+ % \citep{key} ==>> (Jones et al., 1990)
+ % \citep*{key} ==>> (Jones, Baker, and Smith, 1990)
+ % \citep[chap. 2]{key} ==>> (Jones et al., 1990, chap. 2)
+ % \citep[e.g.][]{key} ==>> (e.g. Jones et al., 1990)
+ % \citep[e.g.][p. 32]{key} ==>> (e.g. Jones et al., p. 32)
+ % \citeauthor{key} ==>> Jones et al.
+ % \citeauthor*{key} ==>> Jones, Baker, and Smith
+ % \citeyear{key} ==>> 1990
+ %---------------------------------------------------------------------
+
+ENTRY
+ { address
+ archive
+ author
+ booktitle
+ chapter
+ doi
+ edition
+ editor
+ eid
+ eprint
+ howpublished
+ department
+ institution
+ journal
+ key
+ month
+ note
+ number
+ organization
+ pages
+ publisher
+ school
+ series
+ title
+ type
+ url
+ volume
+ year
+ }
+ {}
+ { label extra.label sort.label short.list }
+INTEGERS { output.state before.all mid.sentence after.sentence after.block }
+FUNCTION {init.state.consts}
+{ #0 'before.all :=
+ #1 'mid.sentence :=
+ #2 'after.sentence :=
+ #3 'after.block :=
+}
+STRINGS { s t}
+FUNCTION {output.nonnull}
+{ 's :=
+ output.state mid.sentence =
+ { ", " * write$ }
+ { output.state after.block =
+ { add.period$ write$
+ newline$
+ "\newblock " write$
+ }
+ { output.state before.all =
+ 'write$
+ { add.period$ " " * write$ }
+ if$
+ }
+ if$
+ mid.sentence 'output.state :=
+ }
+ if$
+ s
+}
+FUNCTION {output}
+{ duplicate$ empty$
+ 'pop$
+ 'output.nonnull
+ if$
+}
+FUNCTION {output.check}
+{ 't :=
+ duplicate$ empty$
+ { pop$ "empty " t * " in " * cite$ * warning$ }
+ 'output.nonnull
+ if$
+}
+FUNCTION {fin.entry}
+{ add.period$
+ write$
+ newline$
+}
+
+FUNCTION {new.block}
+{ output.state before.all =
+ 'skip$
+ { after.block 'output.state := }
+ if$
+}
+FUNCTION {new.sentence}
+{ output.state after.block =
+ 'skip$
+ { output.state before.all =
+ 'skip$
+ { after.sentence 'output.state := }
+ if$
+ }
+ if$
+}
+FUNCTION {add.blank}
+{ " " * before.all 'output.state :=
+}
+
+FUNCTION {date.block}
+{
+ ":" *
+ add.blank
+}
+
+FUNCTION {not}
+{ { #0 }
+ { #1 }
+ if$
+}
+FUNCTION {and}
+{ 'skip$
+ { pop$ #0 }
+ if$
+}
+FUNCTION {or}
+{ { pop$ #1 }
+ 'skip$
+ if$
+}
+FUNCTION {new.block.checkb}
+{ empty$
+ swap$ empty$
+ and
+ 'skip$
+ 'new.block
+ if$
+}
+FUNCTION {field.or.null}
+{ duplicate$ empty$
+ { pop$ "" }
+ 'skip$
+ if$
+}
+FUNCTION {emphasize}
+{ duplicate$ empty$
+ { pop$ "" }
+ { "\textit{" swap$ * "}" * }
+ if$
+}
+FUNCTION {bolden}
+{ duplicate$ empty$
+ { pop$ "" }
+ { "\textbf{" swap$ * "}" * }
+ if$
+}
+FUNCTION {tie.or.space.prefix}
+{ duplicate$ text.length$ #3 <
+ { "~" }
+ { " " }
+ if$
+ swap$
+}
+
+FUNCTION {capitalize}
+{ "u" change.case$ "t" change.case$ }
+
+FUNCTION {space.word}
+{ " " swap$ * " " * }
+ % Here are the language-specific definitions for explicit words.
+ % Each function has a name bbl.xxx where xxx is the English word.
+ % The language selected here is ENGLISH
+FUNCTION {bbl.and}
+{ "and"}
+
+FUNCTION {bbl.etal}
+{ "et~al." }
+
+FUNCTION {bbl.editors}
+{ "Eds." }
+
+FUNCTION {bbl.editor}
+{ "Ed." }
+
+FUNCTION {bbl.edby}
+{ "edited by" }
+
+FUNCTION {bbl.edition}
+{ "ed." }
+
+FUNCTION {bbl.volume}
+{ "Vol." }
+
+FUNCTION {bbl.of}
+{ "of" }
+
+FUNCTION {bbl.number}
+{ "No." }
+
+FUNCTION {bbl.nr}
+{ "No." }
+
+FUNCTION {bbl.in}
+{ "in" }
+
+FUNCTION {bbl.pages}
+{ "pp." }
+
+FUNCTION {bbl.page}
+{ "p." }
+
+FUNCTION {bbl.chapter}
+{ "chap." }
+
+FUNCTION {bbl.techrep}
+{ "Tech. Rep." }
+
+FUNCTION {bbl.mthesis}
+{ "M.S. thesis" }
+
+FUNCTION {bbl.phdthesis}
+{ "Ph.D. thesis" }
+
+FUNCTION {bbl.first}
+{ "1st" }
+
+FUNCTION {bbl.second}
+{ "2d" }
+
+FUNCTION {bbl.third}
+{ "3d" }
+
+FUNCTION {bbl.fourth}
+{ "4th" }
+
+FUNCTION {bbl.fifth}
+{ "5th" }
+
+FUNCTION {bbl.st}
+{ "st" }
+
+FUNCTION {bbl.nd}
+{ "d" }
+
+FUNCTION {bbl.rd}
+{ "d" }
+
+FUNCTION {bbl.th}
+{ "th" }
+
+MACRO {jan} {"Jan."}
+
+MACRO {feb} {"Feb."}
+
+MACRO {mar} {"Mar."}
+
+MACRO {apr} {"Apr."}
+
+MACRO {may} {"May"}
+
+MACRO {jun} {"Jun."}
+
+MACRO {jul} {"Jul."}
+
+MACRO {aug} {"Aug."}
+
+MACRO {sep} {"Sep."}
+
+MACRO {oct} {"Oct."}
+
+MACRO {nov} {"Nov."}
+
+MACRO {dec} {"Dec."}
+
+FUNCTION {eng.ord}
+{ duplicate$ "1" swap$ *
+ #-2 #1 substring$ "1" =
+ { bbl.th * }
+ { duplicate$ #-1 #1 substring$
+ duplicate$ "1" =
+ { pop$ bbl.st * }
+ { duplicate$ "2" =
+ { pop$ bbl.nd * }
+ { "3" =
+ { bbl.rd * }
+ { bbl.th * }
+ if$
+ }
+ if$
+ }
+ if$
+ }
+ if$
+}
+
+MACRO {acmcs} {"ACM Comput. Surv."}
+
+MACRO {acta} {"Acta Inf."}
+
+MACRO {cacm} {"Commun. ACM"}
+
+MACRO {ibmjrd} {"IBM J. Res. Dev."}
+
+MACRO {ibmsj} {"IBM Syst.~J."}
+
+MACRO {ieeese} {"IEEE Trans. Software Eng."}
+
+MACRO {ieeetc} {"IEEE Trans. Comput."}
+
+MACRO {ieeetcad}
+ {"IEEE Trans. Comput. Aid. Des."}
+
+MACRO {ipl} {"Inf. Process. Lett."}
+
+MACRO {jacm} {"J.~ACM"}
+
+MACRO {jcss} {"J.~Comput. Syst. Sci."}
+
+MACRO {scp} {"Sci. Comput. Program."}
+
+MACRO {sicomp} {"SIAM J. Comput."}
+
+MACRO {tocs} {"ACM Trans. Comput. Syst."}
+
+MACRO {tods} {"ACM Trans. Database Syst."}
+
+MACRO {tog} {"ACM Trans. Graphic."}
+
+MACRO {toms} {"ACM Trans. Math. Software"}
+
+MACRO {toois} {"ACM Trans. Office Inf. Syst."}
+
+MACRO {toplas} {"ACM Trans. Progr. Lang. Syst."}
+
+MACRO {tcs} {"Theor. Comput. Sci."}
+
+FUNCTION {bibinfo.check}
+{ swap$
+ duplicate$ missing$
+ {
+ pop$ pop$
+ ""
+ }
+ { duplicate$ empty$
+ {
+ swap$ pop$
+ }
+ { swap$
+ pop$
+ }
+ if$
+ }
+ if$
+}
+FUNCTION {bibinfo.warn}
+{ swap$
+ duplicate$ missing$
+ {
+ swap$ "missing " swap$ * " in " * cite$ * warning$ pop$
+ ""
+ }
+ { duplicate$ empty$
+ {
+ swap$ "empty " swap$ * " in " * cite$ * warning$
+ }
+ { swap$
+ pop$
+ }
+ if$
+ }
+ if$
+}
+FUNCTION {format.eprint}
+{ eprint duplicate$ empty$
+ 'skip$
+ { "\eprint"
+ archive empty$
+ 'skip$
+ { "[" * archive * "]" * }
+ if$
+ "{" * swap$ * "}" *
+ }
+ if$
+}
+STRINGS { bibinfo}
+INTEGERS { nameptr namesleft numnames }
+
+FUNCTION {format.names}
+{ 'bibinfo :=
+ duplicate$ empty$ 'skip$ {
+ 's :=
+ "" 't :=
+ #1 'nameptr :=
+ s num.names$ 'numnames :=
+ numnames 'namesleft :=
+ { namesleft #0 > }
+ { s nameptr
+ duplicate$ #1 >
+ { "{f.~}{vv~}{ll}{, jj}" }
+ { "{vv~}{ll}{, f.}{, jj}" }
+ if$
+ format.name$
+ bibinfo bibinfo.check
+ 't :=
+ nameptr #1 >
+ {
+ nameptr #1
+ #1 + =
+ numnames #8
+ > and
+ { "others" 't :=
+ #1 'namesleft := }
+ 'skip$
+ if$
+ namesleft #1 >
+ { ", " * t * }
+ {
+ s nameptr "{ll}" format.name$ duplicate$ "others" =
+ { 't := }
+ { pop$ }
+ if$
+ numnames #2 >
+ { "," * }
+ 'skip$
+ if$
+ t "others" =
+ {
+ " " * bbl.etal *
+ }
+ {
+ bbl.and
+ space.word * t *
+ }
+ if$
+ }
+ if$
+ }
+ 't
+ if$
+ nameptr #1 + 'nameptr :=
+ namesleft #1 - 'namesleft :=
+ }
+ while$
+ } if$
+}
+FUNCTION {format.names.ed}
+{
+ 'bibinfo :=
+ duplicate$ empty$ 'skip$ {
+ 's :=
+ "" 't :=
+ #1 'nameptr :=
+ s num.names$ 'numnames :=
+ numnames 'namesleft :=
+ { namesleft #0 > }
+ { s nameptr
+ "{f.~}{vv~}{ll}{, jj}"
+ format.name$
+ bibinfo bibinfo.check
+ 't :=
+ nameptr #1 >
+ {
+ namesleft #1 >
+ { ", " * t * }
+ {
+ s nameptr "{ll}" format.name$ duplicate$ "others" =
+ { 't := }
+ { pop$ }
+ if$
+ numnames #2 >
+ { "," * }
+ 'skip$
+ if$
+ t "others" =
+ {
+
+ " " * bbl.etal *
+ }
+ {
+ bbl.and
+ space.word * t *
+ }
+ if$
+ }
+ if$
+ }
+ 't
+ if$
+ nameptr #1 + 'nameptr :=
+ namesleft #1 - 'namesleft :=
+ }
+ while$
+ } if$
+}
+FUNCTION {format.key}
+{ empty$
+ { key field.or.null }
+ { "" }
+ if$
+}
+
+FUNCTION {format.authors}
+{ author "author" format.names
+}
+FUNCTION {get.bbl.editor}
+{ editor num.names$ #1 > 'bbl.editors 'bbl.editor if$ }
+
+FUNCTION {format.editors}
+{ editor "editor" format.names duplicate$ empty$ 'skip$
+ {
+ "," *
+ " " *
+ get.bbl.editor
+ capitalize
+ "(" swap$ * ")" *
+ *
+ }
+ if$
+}
+FUNCTION {format.book.pages}
+{ pages "pages" bibinfo.check
+ duplicate$ empty$ 'skip$
+ { " " * bbl.pages * }
+ if$
+}
+FUNCTION {format.doi}
+{ doi "doi" bibinfo.check
+ duplicate$ empty$ 'skip$
+ {
+ "\doi{" swap$ * "}" *
+ }
+ if$
+}
+FUNCTION {format.note}
+{
+ url empty$
+ 'skip$
+ { "\urlprefix\url{" url * "}" * output }
+ if$
+ note empty$
+ { "" }
+ { note #1 #1 substring$
+ duplicate$ "{" =
+ 'skip$
+ { output.state mid.sentence =
+ { "l" }
+ { "u" }
+ if$
+ change.case$
+ }
+ if$
+ note #2 global.max$ substring$ * "note" bibinfo.check
+ }
+ if$
+}
+
+FUNCTION {format.title}
+{ title
+ duplicate$ empty$ 'skip$
+ { "t" change.case$ }
+ if$
+ "title" bibinfo.check
+}
+FUNCTION {format.full.names}
+{'s :=
+ "" 't :=
+ #1 'nameptr :=
+ s num.names$ 'numnames :=
+ numnames 'namesleft :=
+ { namesleft #0 > }
+ { s nameptr
+ "{vv~}{ll}" format.name$
+ 't :=
+ nameptr #1 >
+ {
+ nameptr #1
+ #1 + =
+ numnames #8
+ > and
+ { "others" 't :=
+ #1 'namesleft := }
+ 'skip$
+ if$
+ namesleft #1 >
+ { ", " * t * }
+ {
+ s nameptr "{ll}" format.name$ duplicate$ "others" =
+ { 't := }
+ { pop$ }
+ if$
+ t "others" =
+ {
+ " " * bbl.etal *
+ }
+ {
+ numnames #2 >
+ { "," * }
+ 'skip$
+ if$
+ bbl.and
+ space.word * t *
+ }
+ if$
+ }
+ if$
+ }
+ 't
+ if$
+ nameptr #1 + 'nameptr :=
+ namesleft #1 - 'namesleft :=
+ }
+ while$
+}
+
+FUNCTION {author.editor.key.full}
+{ author empty$
+ { editor empty$
+ { key empty$
+ { cite$ #1 #3 substring$ }
+ 'key
+ if$
+ }
+ { editor format.full.names }
+ if$
+ }
+ { author format.full.names }
+ if$
+}
+
+FUNCTION {author.key.full}
+{ author empty$
+ { key empty$
+ { cite$ #1 #3 substring$ }
+ 'key
+ if$
+ }
+ { author format.full.names }
+ if$
+}
+
+FUNCTION {editor.key.full}
+{ editor empty$
+ { key empty$
+ { cite$ #1 #3 substring$ }
+ 'key
+ if$
+ }
+ { editor format.full.names }
+ if$
+}
+
+FUNCTION {make.full.names}
+{ type$ "book" =
+ type$ "inbook" =
+ or
+ 'author.editor.key.full
+ { type$ "proceedings" =
+ 'editor.key.full
+ 'author.key.full
+ if$
+ }
+ if$
+}
+
+FUNCTION {output.bibitem}
+{ newline$
+ "\bibitem[{" write$
+ label write$
+ ")" make.full.names duplicate$ short.list =
+ { pop$ }
+ { * }
+ if$
+ "}]{" * write$
+ cite$ write$
+ "}" write$
+ newline$
+ ""
+ before.all 'output.state :=
+}
+
+FUNCTION {if.digit}
+{ duplicate$ "0" =
+ swap$ duplicate$ "1" =
+ swap$ duplicate$ "2" =
+ swap$ duplicate$ "3" =
+ swap$ duplicate$ "4" =
+ swap$ duplicate$ "5" =
+ swap$ duplicate$ "6" =
+ swap$ duplicate$ "7" =
+ swap$ duplicate$ "8" =
+ swap$ "9" = or or or or or or or or or
+}
+FUNCTION {n.separate}
+{ 't :=
+ ""
+ #0 'numnames :=
+ { t empty$ not }
+ { t #-1 #1 substring$ if.digit
+ { numnames #1 + 'numnames := }
+ { #0 'numnames := }
+ if$
+ t #-1 #1 substring$ swap$ *
+ t #-2 global.max$ substring$ 't :=
+ numnames #5 =
+ { duplicate$ #1 #2 substring$ swap$
+ #3 global.max$ substring$
+ "\," swap$ * *
+ }
+ 'skip$
+ if$
+ }
+ while$
+}
+FUNCTION {n.dashify}
+{
+ n.separate
+ 't :=
+ ""
+ { t empty$ not }
+ { t #1 #1 substring$ "-" =
+ { t #1 #2 substring$ "--" = not
+ { "--" *
+ t #2 global.max$ substring$ 't :=
+ }
+ { { t #1 #1 substring$ "-" = }
+ { "-" *
+ t #2 global.max$ substring$ 't :=
+ }
+ while$
+ }
+ if$
+ }
+ { t #1 #1 substring$ *
+ t #2 global.max$ substring$ 't :=
+ }
+ if$
+ }
+ while$
+}
+
+FUNCTION {word.in}
+{ "" }
+
+FUNCTION {format.date}
+{ year "year" bibinfo.check duplicate$ empty$
+ {
+ "empty year in " cite$ * "; set to ????" * warning$
+ pop$ "????"
+ }
+ 'skip$
+ if$
+ extra.label *
+ before.all 'output.state :=
+ ", " swap$ *
+}
+FUNCTION {format.btitle}
+{ title "title" bibinfo.check
+ duplicate$ empty$ 'skip$
+ {
+ emphasize
+ }
+ if$
+}
+FUNCTION {either.or.check}
+{ empty$
+ 'pop$
+ { "can't use both " swap$ * " fields in " * cite$ * warning$ }
+ if$
+}
+FUNCTION {format.bvolume}
+{ volume empty$
+ { "" }
+ { bbl.volume volume tie.or.space.prefix
+ "volume" bibinfo.check * *
+ series "series" bibinfo.check
+ duplicate$ empty$ 'pop$
+%%% NO ITALIC SERIES { emphasize ", " * swap$ * }
+ {", " * swap$ * }
+ if$
+ "volume and number" number either.or.check
+ }
+ if$
+}
+FUNCTION {format.number.series}
+{ volume empty$
+ { number empty$
+ { series field.or.null }
+ { series empty$
+ { number "number" bibinfo.check }
+ { output.state mid.sentence =
+ { bbl.number }
+ { bbl.number capitalize }
+ if$
+ number tie.or.space.prefix "number" bibinfo.check * *
+ bbl.in space.word *
+ series "series" bibinfo.check *
+ }
+ if$
+ }
+ if$
+ }
+ { "" }
+ if$
+}
+FUNCTION {is.num}
+{ chr.to.int$
+ duplicate$ "0" chr.to.int$ < not
+ swap$ "9" chr.to.int$ > not and
+}
+
+FUNCTION {extract.num}
+{ duplicate$ 't :=
+ "" 's :=
+ { t empty$ not }
+ { t #1 #1 substring$
+ t #2 global.max$ substring$ 't :=
+ duplicate$ is.num
+ { s swap$ * 's := }
+ { pop$ "" 't := }
+ if$
+ }
+ while$
+ s empty$
+ 'skip$
+ { pop$ s }
+ if$
+}
+
+FUNCTION {convert.edition}
+{ extract.num "l" change.case$ 's :=
+ s "first" = s "1" = or
+ { bbl.first 't := }
+ { s "second" = s "2" = or
+ { bbl.second 't := }
+ { s "third" = s "3" = or
+ { bbl.third 't := }
+ { s "fourth" = s "4" = or
+ { bbl.fourth 't := }
+ { s "fifth" = s "5" = or
+ { bbl.fifth 't := }
+ { s #1 #1 substring$ is.num
+ { s eng.ord 't := }
+ { edition 't := }
+ if$
+ }
+ if$
+ }
+ if$
+ }
+ if$
+ }
+ if$
+ }
+ if$
+ t
+}
+
+FUNCTION {format.edition}
+{ edition duplicate$ empty$ 'skip$
+ {
+ convert.edition
+ output.state mid.sentence =
+ { "l" }
+ { "t" }
+ if$ change.case$
+ "edition" bibinfo.check
+ " " * bbl.edition *
+ }
+ if$
+}
+INTEGERS { multiresult }
+FUNCTION {multi.page.check}
+{ 't :=
+ #0 'multiresult :=
+ { multiresult not
+ t empty$ not
+ and
+ }
+ { t #1 #1 substring$
+ duplicate$ "-" =
+ swap$ duplicate$ "," =
+ swap$ "+" =
+ or or
+ { #1 'multiresult := }
+ { t #2 global.max$ substring$ 't := }
+ if$
+ }
+ while$
+ multiresult
+}
+FUNCTION {format.pages}
+{ pages duplicate$ empty$ 'skip$
+ { duplicate$ multi.page.check
+ {
+ n.dashify
+ }
+ {
+ }
+ if$
+ "pages" bibinfo.check
+ }
+ if$
+}
+FUNCTION {format.journal.pages}
+{ pages duplicate$ empty$ 'pop$
+ { swap$ duplicate$ empty$
+ { pop$ pop$ format.pages }
+ {
+ ", " *
+ swap$
+ n.dashify
+ "pages" bibinfo.check
+ *
+ }
+ if$
+ }
+ if$
+}
+FUNCTION {format.journal.eid}
+{ eid "eid" bibinfo.check
+ duplicate$ empty$ 'pop$
+ { swap$ duplicate$ empty$ 'skip$
+ {
+ ", " *
+ }
+ if$
+ swap$ *
+ }
+ if$
+}
+FUNCTION {format.vol.num.pages}
+{ volume field.or.null
+ duplicate$ empty$ 'skip$
+ {
+ "volume" bibinfo.check
+ }
+ if$
+ number "number" bibinfo.check duplicate$ empty$ 'skip$
+ {
+ swap$ duplicate$ empty$
+ { "there's a number but no volume in " cite$ * warning$ }
+ 'skip$
+ if$
+ swap$
+ "~(" swap$ * ")" *
+ }
+ if$ *
+ bolden
+ eid empty$
+ { format.journal.pages }
+ { format.journal.eid }
+ if$
+}
+
+FUNCTION {format.chapter.pages}
+{ chapter empty$
+ 'format.pages
+ { type empty$
+ { bbl.chapter }
+ { type "l" change.case$
+ "type" bibinfo.check
+ }
+ if$
+ chapter tie.or.space.prefix
+ "chapter" bibinfo.check
+ * *
+ pages empty$
+ 'skip$
+ { ", " * format.pages * }
+ if$
+ }
+ if$
+}
+
+FUNCTION {format.booktitle}
+{
+ booktitle "booktitle" bibinfo.check
+ emphasize
+}
+FUNCTION {format.in.ed.booktitle}
+{ format.booktitle duplicate$ empty$ 'skip$
+ {
+ editor "editor" format.names.ed duplicate$ empty$ 'pop$
+ {
+ get.bbl.editor
+ swap$ "," *
+ " " * swap$ *
+ swap$
+ "," *
+ " " * swap$
+ * }
+ if$
+ word.in swap$ *
+ }
+ if$
+}
+FUNCTION {format.thesis.type}
+{ type duplicate$ empty$
+ 'pop$
+ { swap$ pop$
+ "t" change.case$ "type" bibinfo.check
+ }
+ if$
+}
+FUNCTION {format.tr.number}
+{ number "number" bibinfo.check
+ type duplicate$ empty$
+ { pop$ bbl.techrep }
+ 'skip$
+ if$
+ "type" bibinfo.check
+ swap$ duplicate$ empty$
+ { pop$ "t" change.case$ }
+ { tie.or.space.prefix * * }
+ if$
+}
+FUNCTION {format.article.crossref}
+{
+ word.in
+ " \cite{" * crossref * "}" *
+}
+FUNCTION {format.book.crossref}
+{ volume duplicate$ empty$
+ { "empty volume in " cite$ * "'s crossref of " * crossref * warning$
+ pop$ word.in
+ }
+ { bbl.volume
+ capitalize
+ swap$ tie.or.space.prefix "volume" bibinfo.check * * bbl.of space.word *
+ }
+ if$
+ " \cite{" * crossref * "}" *
+}
+FUNCTION {format.incoll.inproc.crossref}
+{
+ word.in
+ " \cite{" * crossref * "}" *
+}
+FUNCTION {format.org.or.pub}
+{ 't :=
+ ""
+ address empty$ t empty$ and
+ 'skip$
+ {
+ t empty$
+ { address "address" bibinfo.check *
+ }
+ { t *
+ address empty$
+ 'skip$
+ { ", " * address "address" bibinfo.check * }
+ if$
+ }
+ if$
+ }
+ if$
+}
+FUNCTION {format.publisher.address}
+{ publisher "publisher" bibinfo.warn format.org.or.pub
+}
+
+FUNCTION {format.organization.address}
+{ format.org.or.pub organization "organization" bibinfo.check
+}
+
+FUNCTION {article}
+{ output.bibitem
+ format.authors "author" output.check
+ author format.key output
+ format.date "year" output.check
+ date.block
+ format.title "title" output.check
+ new.sentence
+ crossref missing$
+ {
+ journal
+ "journal" bibinfo.check
+ emphasize
+ "journal" output.check
+ format.vol.num.pages output
+ format.doi output
+ }
+ { format.article.crossref output.nonnull
+ format.pages output
+ }
+ if$
+ format.note output
+ format.eprint output
+ fin.entry
+}
+FUNCTION {book}
+{ output.bibitem
+ author empty$
+ { format.editors "author and editor" output.check
+ editor format.key output
+ add.blank
+ }
+ { format.authors output.nonnull
+ crossref missing$
+ { "author and editor" editor either.or.check }
+ 'skip$
+ if$
+ }
+ if$
+ format.date "year" output.check
+ date.block
+ format.btitle "title" output.check
+ crossref missing$
+ { format.bvolume output
+ new.sentence
+ format.edition output
+ format.number.series output
+ format.publisher.address output
+ }
+ {
+ new.sentence
+ format.book.crossref output.nonnull
+ }
+ if$
+ format.book.pages output
+ format.doi output
+ format.note output
+ format.eprint output
+ fin.entry
+}
+
+
+FUNCTION {booklet}
+{ output.bibitem
+ format.authors output
+ author format.key output
+ format.date "year" output.check
+ date.block
+ format.title "title" output.check
+ new.sentence
+ howpublished "howpublished" bibinfo.check output
+ address "address" bibinfo.check output
+ format.book.pages output
+ format.doi output
+ format.note output
+ format.eprint output
+ fin.entry
+}
+
+FUNCTION {inbook}
+{ output.bibitem
+ author empty$
+ { format.editors "author and editor" output.check
+ editor format.key output
+ }
+ { format.authors output.nonnull
+ crossref missing$
+ { "author and editor" editor either.or.check }
+ 'skip$
+ if$
+ }
+ if$
+ format.date "year" output.check
+ date.block
+ format.btitle "title" output.check
+ crossref missing$
+ {
+ format.bvolume output
+ format.chapter.pages "chapter and pages" output.check
+ new.sentence
+ format.edition output
+ format.number.series output
+ format.publisher.address output
+ }
+ {
+ format.chapter.pages "chapter and pages" output.check
+ new.sentence
+ format.book.crossref output.nonnull
+ }
+ if$
+ format.doi output
+ format.note output
+ format.eprint output
+ fin.entry
+}
+
+FUNCTION {incollection}
+{ output.bibitem
+ format.authors "author" output.check
+ author format.key output
+ format.date "year" output.check
+ date.block
+ format.title "title" output.check
+ new.sentence
+ crossref missing$
+ { format.in.ed.booktitle "booktitle" output.check
+ format.publisher.address output
+ format.bvolume output
+ format.number.series output
+ format.edition output
+ format.chapter.pages output
+ }
+ { format.incoll.inproc.crossref output.nonnull
+ format.chapter.pages output
+ }
+ if$
+ format.doi output
+ format.note output
+ format.eprint output
+ fin.entry
+}
+FUNCTION {inproceedings}
+{ output.bibitem
+ format.authors "author" output.check
+ author format.key output
+ format.date "year" output.check
+ date.block
+ format.title "title" output.check
+ new.sentence
+ crossref missing$
+ { format.in.ed.booktitle "booktitle" output.check
+
+ publisher empty$
+ { format.organization.address output }
+ { format.publisher.address output
+ organization "organization" bibinfo.check output
+
+ }
+ if$
+ format.bvolume output
+ howpublished "howpublished" bibinfo.check output
+ format.pages output
+ format.number.series output
+ }
+ { format.incoll.inproc.crossref output.nonnull
+ format.pages output
+ }
+ if$
+ format.doi output
+ format.note output
+ format.eprint output
+ fin.entry
+}
+FUNCTION {conference} { inproceedings }
+FUNCTION {manual}
+{ output.bibitem
+ format.authors output
+ author format.key output
+ format.date "year" output.check
+ date.block
+ format.btitle "title" output.check
+ new.sentence
+ address "address" bibinfo.check output
+ organization "organization" bibinfo.check output
+ format.edition output
+ format.doi output
+ format.note output
+ format.eprint output
+ fin.entry
+}
+
+FUNCTION {mastersthesis}
+{ output.bibitem
+ format.authors "author" output.check
+ author format.key output
+ format.date "year" output.check
+ date.block
+ format.title
+ "title" output.check
+ new.sentence
+ bbl.mthesis format.thesis.type output.nonnull
+ department "department" bibinfo.warn output
+ school "school" bibinfo.warn output
+ format.book.pages output
+ address "address" bibinfo.check output
+ format.doi output
+ format.note output
+ format.eprint output
+ fin.entry
+}
+
+FUNCTION {misc}
+{ output.bibitem
+ format.authors output
+ author format.key output
+ format.date "year" output.check
+ date.block
+ format.number.series output
+ new.sentence
+ format.title output
+ new.sentence
+ format.publisher.address output
+ format.note output
+ format.book.pages output
+ howpublished "howpublished" bibinfo.check output
+ format.doi output
+ format.note output
+ format.eprint output
+ fin.entry
+}
+
+FUNCTION {atlas}
+{ output.bibitem
+ format.authors output "author" output.check
+ author format.key output
+ format.date "year" output.check
+ date.block
+ format.number.series output
+ new.sentence
+ format.btitle "title" output.check
+ format.publisher.address output
+ format.note output
+% format.book.pages output
+ fin.entry
+}
+
+FUNCTION {phdthesis}
+{ output.bibitem
+ format.authors "author" output.check
+ author format.key output
+ format.date "year" output.check
+ date.block
+ format.title
+ "title" output.check
+ new.sentence
+ bbl.phdthesis format.thesis.type output.nonnull
+ school "school" bibinfo.warn output
+ format.book.pages output
+ address "address" bibinfo.check output
+ format.doi output
+ format.note output
+ format.eprint output
+ fin.entry
+}
+
+FUNCTION {proceedings}
+{ output.bibitem
+ format.editors output
+ editor format.key output
+ format.date "year" output.check
+ date.block
+ format.btitle "title" output.check
+ format.bvolume output
+ format.number.series output
+ publisher empty$
+ { format.organization.address output }
+ { organization "organization" bibinfo.check output
+ format.publisher.address output
+ }
+ if$
+ format.doi output
+ format.note output
+ format.eprint output
+ fin.entry
+}
+
+FUNCTION {techreport}
+{ output.bibitem
+ format.authors "author" output.check
+ author format.key output
+ format.date "year" output.check
+ date.block
+ format.title
+ "title" output.check
+ new.sentence
+ format.tr.number output.nonnull
+ howpublished "howpublished" bibinfo.check output
+ institution "institution" bibinfo.warn output
+ format.book.pages output
+ address "address" bibinfo.check output
+ new.sentence
+ format.doi output
+ format.note output
+ format.eprint output
+ fin.entry
+}
+
+FUNCTION {unpublished}
+{ output.bibitem
+ format.authors "author" output.check
+ author format.key output
+ format.date "year" output.check
+ date.block
+ format.title "title" output.check
+ format.doi output
+ format.note "note" output.check
+ format.eprint output
+ fin.entry
+}
+
+FUNCTION {default.type} { misc }
+READ
+FUNCTION {sortify}
+{ purify$
+ "l" change.case$
+}
+INTEGERS { len }
+FUNCTION {chop.word}
+{ 's :=
+ 'len :=
+ s #1 len substring$ =
+ { s len #1 + global.max$ substring$ }
+ 's
+ if$
+}
+FUNCTION {format.lab.names}
+{ 's :=
+ "" 't :=
+ s #1 "{vv~}{ll}" format.name$
+ s num.names$ duplicate$
+ #2 >
+ { pop$
+ " " * bbl.etal *
+ }
+ { #2 <
+ 'skip$
+ { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" =
+ {
+ " " * bbl.etal *
+ }
+ { bbl.and space.word * s #2 "{vv~}{ll}" format.name$
+ * }
+ if$
+ }
+ if$
+ }
+ if$
+}
+
+FUNCTION {author.key.label}
+{ author empty$
+ { key empty$
+ { cite$ #1 #3 substring$ }
+ 'key
+ if$
+ }
+ { author format.lab.names }
+ if$
+}
+
+FUNCTION {author.editor.key.label}
+{ author empty$
+ { editor empty$
+ { key empty$
+ { cite$ #1 #3 substring$ }
+ 'key
+ if$
+ }
+ { editor format.lab.names }
+ if$
+ }
+ { author format.lab.names }
+ if$
+}
+
+FUNCTION {editor.key.label}
+{ editor empty$
+ { key empty$
+ { cite$ #1 #3 substring$ }
+ 'key
+ if$
+ }
+ { editor format.lab.names }
+ if$
+}
+
+FUNCTION {calc.short.authors}
+{ type$ "book" =
+ type$ "inbook" =
+ or
+ 'author.editor.key.label
+ { type$ "proceedings" =
+ 'editor.key.label
+ 'author.key.label
+ if$
+ }
+ if$
+ 'short.list :=
+}
+
+FUNCTION {calc.label}
+{ calc.short.authors
+ short.list
+ "("
+ *
+ year duplicate$ empty$
+ short.list key field.or.null = or
+ { pop$ "" }
+ 'skip$
+ if$
+ *
+ 'label :=
+}
+
+FUNCTION {sort.format.names}
+{ 's :=
+ #1 'nameptr :=
+ ""
+ s num.names$ 'numnames :=
+ numnames 'namesleft :=
+ { namesleft #0 > }
+ { s nameptr
+ "{vv{ } }{ll{ }}{ f{ }}{ jj{ }}"
+ format.name$ 't :=
+ nameptr #1 >
+ {
+ nameptr #1
+ #1 + =
+ numnames #8
+ > and
+ { "others" 't :=
+ #1 'namesleft := }
+ 'skip$
+ if$
+ " " *
+ namesleft #1 = t "others" = and
+ { "zzzzz" * }
+ { t sortify * }
+ if$
+ }
+ { t sortify * }
+ if$
+ nameptr #1 + 'nameptr :=
+ namesleft #1 - 'namesleft :=
+ }
+ while$
+}
+
+FUNCTION {sort.format.title}
+{ 't :=
+ "A " #2
+ "An " #3
+ "The " #4 t chop.word
+ chop.word
+ chop.word
+ sortify
+ #1 global.max$ substring$
+}
+FUNCTION {author.sort}
+{ author empty$
+ { key empty$
+ { "to sort, need author or key in " cite$ * warning$
+ ""
+ }
+ { key sortify }
+ if$
+ }
+ { author sort.format.names }
+ if$
+}
+FUNCTION {author.editor.sort}
+{ author empty$
+ { editor empty$
+ { key empty$
+ { "to sort, need author, editor, or key in " cite$ * warning$
+ ""
+ }
+ { key sortify }
+ if$
+ }
+ { editor sort.format.names }
+ if$
+ }
+ { author sort.format.names }
+ if$
+}
+FUNCTION {editor.sort}
+{ editor empty$
+ { key empty$
+ { "to sort, need editor or key in " cite$ * warning$
+ ""
+ }
+ { key sortify }
+ if$
+ }
+ { editor sort.format.names }
+ if$
+}
+FUNCTION {presort}
+{ calc.label
+ label sortify
+ " "
+ *
+ type$ "book" =
+ type$ "inbook" =
+ or
+ 'author.editor.sort
+ { type$ "proceedings" =
+ 'editor.sort
+ 'author.sort
+ if$
+ }
+ if$
+ #1 entry.max$ substring$
+ 'sort.label :=
+ sort.label
+ *
+ " "
+ *
+ title field.or.null
+ sort.format.title
+ *
+ #1 entry.max$ substring$
+ 'sort.key$ :=
+}
+
+ITERATE {presort}
+SORT
+STRINGS { last.label next.extra }
+INTEGERS { last.extra.num number.label }
+FUNCTION {initialize.extra.label.stuff}
+{ #0 int.to.chr$ 'last.label :=
+ "" 'next.extra :=
+ #0 'last.extra.num :=
+ #0 'number.label :=
+}
+FUNCTION {forward.pass}
+{ last.label label =
+ { last.extra.num #1 + 'last.extra.num :=
+ last.extra.num int.to.chr$ 'extra.label :=
+ }
+ { "a" chr.to.int$ 'last.extra.num :=
+ "" 'extra.label :=
+ label 'last.label :=
+ }
+ if$
+ number.label #1 + 'number.label :=
+}
+FUNCTION {reverse.pass}
+{ next.extra "b" =
+ { "a" 'extra.label := }
+ 'skip$
+ if$
+ extra.label 'next.extra :=
+ extra.label
+ duplicate$ empty$
+ 'skip$
+ { "{\natexlab{" swap$ * "}}" * }
+ if$
+ 'extra.label :=
+ label extra.label * 'label :=
+}
+EXECUTE {initialize.extra.label.stuff}
+ITERATE {forward.pass}
+REVERSE {reverse.pass}
+FUNCTION {bib.sort.order}
+{ sort.label
+ " "
+ *
+ year field.or.null sortify
+ *
+ " "
+ *
+ title field.or.null
+ sort.format.title
+ *
+ #1 entry.max$ substring$
+ 'sort.key$ :=
+}
+ITERATE {bib.sort.order}
+SORT
+FUNCTION {begin.bib}
+{ preamble$ empty$
+ 'skip$
+ { preamble$ write$ newline$ }
+ if$
+ "\begin{thebibliography}{" number.label int.to.str$ * "}" *
+ write$ newline$
+ "\providecommand{\natexlab}[1]{#1}"
+ write$ newline$
+ "\providecommand{\url}[1]{\texttt{#1}}"
+ write$ newline$
+ "\providecommand{\urlprefix}{URL }"
+ write$ newline$
+ "\expandafter\ifx\csname urlstyle\endcsname\relax"
+ write$ newline$
+ " \providecommand{\doi}[1]{doi:\discretionary{}{}{}#1}\else"
+ write$ newline$
+ " \providecommand{\doi}{doi:\discretionary{}{}{}\begingroup \urlstyle{rm}\Url}\fi"
+ write$ newline$
+ "\providecommand{\eprint}[2][]{\url{#2}}"
+ write$ newline$
+}
+EXECUTE {begin.bib}
+EXECUTE {init.state.consts}
+ITERATE {call.type$}
+FUNCTION {end.bib}
+{ newline$
+ "\end{thebibliography}" write$ newline$
+}
+EXECUTE {end.bib}
+%% End of customized bst file
+%%
+%% End of file `ametsoc_V2.bst'.
diff --git a/Master/texmf-dist/doc/latex/ametsoc/AMS_References.pdf b/Master/texmf-dist/doc/latex/ametsoc/AMS_References.pdf
new file mode 100644
index 00000000000..78fd09d44fa
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ametsoc/AMS_References.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/ametsoc/README b/Master/texmf-dist/doc/latex/ametsoc/README
new file mode 100644
index 00000000000..f08ab016ad4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ametsoc/README
@@ -0,0 +1,7 @@
+This package 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
+article.
+
+License: LaTeX Project Public License \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/ametsoc/amspaper.pdf b/Master/texmf-dist/doc/latex/ametsoc/amspaper.pdf
new file mode 100644
index 00000000000..0c8f5b825df
--- /dev/null
+++ 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
new file mode 100644
index 00000000000..ffb0e17dc3d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ametsoc/amspaper.tex
@@ -0,0 +1,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}
diff --git a/Master/texmf-dist/doc/latex/ametsoc/bibliography/database.bib b/Master/texmf-dist/doc/latex/ametsoc/bibliography/database.bib
new file mode 100644
index 00000000000..22e799c2622
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ametsoc/bibliography/database.bib
@@ -0,0 +1,346 @@
+%
+% JOURNAL ABBREVIATIONS
+%
+@STRING{AMS = "Amer.\ Meteor.\ Soc."}
+@STRING{AGU = "Amer.\ Geophys.\ Union"}
+@STRING{AIP = "Amer. Inst. Phys."}
+@STRING{ADGEO = "Adv.\ Geosci."}
+@STRING{AFM = "Agric.\ For.\ Meteor."}
+@STRING{AM = "Ann.\ Meteor."}
+@STRING{AN = "Astrophys.\ Norv."} % Astrophysica Norvegica
+@STRING{AO = "Atmos.-Ocean"} % Atmosphere-Ocean, published by Canadian Meteorological Society (CMOS)
+@STRING{AR = "Atmos.\ Res."} % Atmospheric Research
+@STRING{ARFM = "Annu.\ Rev.\ Fluid Mech."}
+@STRING{AUMET = "Aust.\ Meteor.\ Mag."}
+@STRING{BAMS = "Bull.\ Amer.\ Meteor.\ Soc."}
+@STRING{CAP = "Contrib.\ Atmos.\ Phys."}
+@STRING{CC = "Climate Change"} % Climate Change
+@STRING{CCH = "Climatic Change"} % Climatic Change
+@STRING{CDYN = "Clim.\ Dynam."}
+@STRING{CHAOS = "Chaos"}
+@STRING{COL = "Collier's"}
+@STRING{CRS = "Cont.\ Shelf Res."}
+@STRING{DAO = "Dyn.\ Atmos.\ Oceans"}
+@STRING{ECO = "Ecology"}
+@STRING{EI = "Earth Interactions"}
+@STRING{GA = "Geophysica"} % Geophysica, published by Geophysical Society of Finland
+@STRING{GEOMAG = "Geophys.\ Mag."}
+@STRING{GN = "Geophys.\ Norv."} % Geophysica Norvegica
+@STRING{GRL = "Geophys.\ Res.\ Lett."}
+@STRING{GEOINT = "Geofis.\ Int."} % Geofisica Internacional (Mexican journal -- vols. 3-5 contained proceedings from a hurricane conference
+@STRING{GEOPUB = "Geofys.\ Publ."}
+@STRING{GPC = "Global Planet.\ Change"}
+@STRING{HP = "Health Phys."}
+@STRING{IAOP = "Izv.\ Atmos.\ Ocean.\ Phys.\ (Engl.\ Transl.)"}
+@STRING{IJC = "Int.\ J.\ Climatol."}
+@STRING{JAM = "J.\ Appl.\ Meteor."} % renamed to name below in 2006
+@STRING{JAMC = "J.\ Appl.\ Meteor.\ Climatol."} % Journal of Applied Meteorology and Climatology (this journal used to be called the Journal of Applied Meteorology before 2006)
+@STRING{JAS = "J.\ Atmos.\ Sci."}
+@STRING{JAOT = "J.\ Atmos.\ Oceanic Technol."}
+@STRING{JCAM = "J.\ Climate Appl.\ Meteor."} % now this is JAMC?
+@STRING{JCLI = "J.\ Climate"}
+@STRING{JCR = "J.\ Coastal Res."}
+@STRING{JFM = "J.\ Fluid\ Mech."}
+@STRING{JEM = "J.\ Eng.\ Math."} % Journal of Engineering Mathematics
+@STRING{JGR = "J.\ Geophys.\ Res."}
+@STRING{JHM = "J.\ Hydrometeor."}
+@STRING{JMS = "J.\ Mar.\ Syst."}
+@STRING{JM = "J.\ Meteor."}
+@STRING{JMR = "J.\ Mar.\ Res."}
+@STRING{JMSJ = "J.\ Meteor.\ Soc.\ Japan"}
+@STRING{JPO = "J.\ Phys.\ Oceanogr."}
+@STRING{JOCEAN = "J.\ Oceanogr."} % Journal of Oceanography
+@STRING{JOSJ = "J.\ Oceanogr.\ Soc.\ Japan"}
+@STRING{JSE = "J.\ Struct.\ Eng."} % Journal of Structural Engineering at ASCE
+@STRING{JTM = "J.\ Tropical Meteor."}
+@STRING{JWEIA = "J.\ Wind Eng.\ Ind.\ Aerodyn."}
+@STRING{MA = "Meteor.\ Appl."}
+@STRING{MAP = "Meteor.\ Atmos.\ Phys."}
+@STRING{METMON = "Meteor.\ Monogr."}
+@STRING{METZEIT = "Meteor.\ Z."}
+@STRING{MWL = "Mar.\ Wea.\ Log"}
+@STRING{MWR = "Mon.\ Wea.\ Rev."}
+@STRING{NAT = "Nature"}
+@STRING{NHR = "Natural Hazards Rev."}
+@STRING{NWD = "Natl.\ Weather Dig."}
+@STRING{OA = "Oceanol. Aeta"}
+@STRING{OCEAN = "Oceanography"} % a quarterly journal of The Oceanography Society
+@STRING{PAG = "Pure Appl.\ Geophys."}
+@STRING{PF = "Phys.\ Fluids"}
+@STRING{PHYSD = "Physica D"}
+@STRING{PMG = "Pap.\ Meteor.\ Geophys."} % Papers in Meteorology and Geophysics
+@STRING{PNAS = "Proc.\ Natl.\ Acad.\ Sci.\ (USA)"}
+@STRING{PRE = "Phys.\ Rev.\ E"}
+@STRING{PRSA = "Proc.\ Roy.\ Soc.\ A."}
+@STRING{PT = "Phys.\ Today"}
+@STRING{PTRS = "Philos.\ Trans.\ Roy.\ Soc.\ London\ A"}
+@STRING{QJRMS = "Quart.\ J.\ Roy.\ Meteor.\ Soc."}
+@STRING{RGEO = "Rev. Geophys."}
+@STRING{SCI = "Science"}
+@STRING{SOLA = "SOLA"} % Scientific Online Letters on the Atmosphere
+@STRING{TAGU = "Eos, Trans.\ Amer.\ Geophys.\ Union"}
+@STRING{TELLUS = "Tellus"}
+@STRING{TCFD = "Theor.\ Comput.\ Fluid Dyn."}
+@STRING{WEA = "Weather"}
+@STRING{WW = "Weatherwise"}
+@STRING{WF = "Wea.\ Forecasting"}
+@STRING{WMOB = "WMO Bull."}
+
+%Journal article database entry
+@ARTICLE{Hubert_Whitney1971,
+ AUTHOR = {L. F. Hubert and L. F. Whitney Jr.},
+ YEAR = {1971},
+ TITLE = {Wind estimation from geostationary satellite pictures},
+ JOURNAL = {Mon. Wea. Rev.},
+ VOLUME = {99},
+ PAGES ={665-672}
+}
+%Journal article database entry
+@ARTICLE{EmeryEA1986,
+ AUTHOR = {W. J. Emery and A. C. Thomas and M. J. Collins and W. R. Crawford and D. L. Mackas},
+ YEAR = 1986,
+ TITLE = {An objective method for computing advective surface velocities from sequential infrared satellite images},
+ JOURNAL = {J. Geophys. Res.},
+ VOLUME = 91,
+ PAGES = {12865-12878}
+}
+%Book database entry
+@BOOK{Oke1979,
+ AUTHOR = {T. R. Oke},
+ YEAR = 1979,
+ TITLE = {Boundary Layer Climates},
+ PUBLISHER = {Wiley and Sons},
+ PAGES = {372}
+}
+%Book database entry
+@BOOK{Chorin_Marsden1993,
+ AUTHOR = {A. J. Chorin and J. E. Marsden},
+ TITLE = {A Mathematical Introduction to Fluid Dynamics},
+ YEAR = {1993},
+ PUBLISHER = {Springer-Verlag},
+ EDITION = {3},
+ PAGES = {169}
+}
+% Chapter in a book database entry
+@INCOLLECTION{Kauranne1990,
+ AUTHOR = {T. Kauranne},
+ YEAR = 1990,
+ TITLE = {An introduction to parallel processing in meteorology},
+ BOOKTITLE = {The Dawn of Massively Parallel Processing in Meteorology},
+ EDITOR = {G. R. Hoffman and D. K. Maretis},
+ PUBLISHER = {Springer-Verlag},
+ PAGES = {3-20}
+}
+%Multivolume book databas entry
+@BOOK{Courant_Hilbert1953,
+ AUTHOR = {R. Courant and D. Hilbert},
+ YEAR = 1953,
+ TITLE = {Methods of Mathematical Physics},
+ VOLUME = 1,
+ PUBLISHER = {Wiley-Interscience},
+ PAGES = 560
+}
+%Multivolume book database entry
+@BOOK{Pettersson1956,
+ AUTHOR = {S. Pettersson},
+ YEAR = 1956,
+ TITLE = {Weather Analysis and Forecasting},
+ VOLUME = 2,
+ SERIES = {Motion and Motion Systems},
+ PUBLISHER = {McGraw Hill},
+ PAGES = 428
+}
+%Series database entry
+@BOOK{Andrews_Holton_Leovoy1987,
+ AUTHOR = {D. G. Andrews and J. R. Holton and C. B. Leovy},
+ YEAR = 1987,
+ TITLE = {Middle Atmosphere Dynamics},
+ SERIES = {International Geophysical Series},
+ VOLUME = 40,
+ PUBLISHER = {Academic Press},
+ PAGES = 489
+}
+%Report database entry
+@TECHREPORT{Gannon1978,
+ AUTHOR = {P. T. Gannon},
+ YEAR = 1978,
+ TITLE = {Influences of earth surface and cloud properties in the south {F}lorida sea breeze},
+ TYPE = {NOAA Tech. Rep.},
+ NUMBER = {ERL402-NHELM2},
+ PAGES = 91,
+ NOTE = {[NTIS PB-297398.]}
+}
+%Note database entry
+@TECHREPORT{Anthes1987,
+ AUTHOR = {R. A. Anthes and E.-Y. Hsie and Y.-H. Kuo},
+ YEAR = 1987,
+ TITLE = {Description of the {P}enn {S}tate/{NCAR} {M}esoscale {M}odel {V}ersion 4 ({MM4})},
+ TYPE = {NCAR Tech. Note},
+ NUMBER = {NCAR/TN-282+STR},
+ PAGES = 66
+}
+%Memo database entry
+@TECHREPORT{Chen1979,
+ AUTHOR = {T. C. Chen},
+ YEAR = 1979,
+ TITLE = {On the Kinetic Energy of the Divergent and Nondivergent Flow in the Atmosphere},
+ TYPE = {Tech. {M}emo to the {N}ational {S}cience {F}oundation},
+ NUMBER = {},
+ HOWPUBLISHED = {Grant GA-161660},
+ INSTITUTION = {Iowa State University},
+ ADDRESS = {Ames, IA},
+ PAGES = 143
+}
+%Another Report database entry
+@TECHREPORT{Wentz1990,
+ AUTHOR = {F. J. Wentz},
+ YEAR = 1990,
+ TITLE = {West Coast Storm Forecasting with {SSM/I}. {V}ol. {I}},
+ TYPE = {Final Tech. Rep.},
+ INSTITUTION = {Remote Sensing Systems},
+ PAGES = 42,
+ NOTE = {[Available from Remote Sensing Systems, 1101 College Ave., Suite 220, Santa Rosa, CA 95404.]}
+}
+%Report database entry
+@TECHREPORT{Goodridge_Rhodes_Bingham1979,
+ AUTHOR = {J. P. Goodridge and H. Rhodes and E. G. Bingham},
+ YEAR = 1979,
+ TITLE = {Windstorms in {C}alifornia},
+ INSTITUTION = {Division of Planning, Department of Water Resources, State of California},
+ ADDRESS = {[Available from Division of Planning, Department of Water Resources, State of California, 1416 9th St., Sacramento, CA 95814.]},
+ PAGES = 34
+}
+%Preprints database entry
+@INPROCEEDINGS{Lhermitte_Gilet1976,
+ AUTHOR = {R. Lhermitte and M. Gilet},
+ YEAR = 1976,
+ TITLE = {Aquisition and Processing of Tri-{D}oppler Radar Data},
+ BOOKTITLE = {Preprints, 17th Conf.\ on Radar Meteorology},
+ ADDRESS = {Seattle, WA},
+ ORGANIZATION = AMS,
+ PAGES = {1-6},
+}
+%Proceeding database entry
+@INPROCEEDINGS{Riley_Metcalfe_Weisman1981,
+ AUTHOR = {J. J. Riley and R. W. Metcalfe and M. A. Weisman},
+ YEAR = 1981,
+ TITLE = {Direct Numerical Simulations of Homogeneous Turbulence in Density-Stratified Fluids},
+ BOOKTITLE = {Proc. AIP Conf. on Nonlinear Properties of Internal Waves},
+ ADDRESS = {Houston, TX},
+ ORGANIZATION = AIP,
+ PAGES = {79-112}
+}
+%Extended Abastracts database entry
+@INPROCEEDINGS{FukutaEA1984,
+ AUTHOR = {N. Fukuta and H. S. Chang and J. L. Sutherland and D. A. Griffith},
+ YEAR = 1984,
+ TITLE = {Comparative Airborne Tests of Vapor-Activated Methaldehyde and Silver Iodide Particles in Supercooled Stratus Clouds},
+ BOOKTITLE = {Extended Abstracts, Ninth Conf. on Weather Modification},
+ ADDRESS = {Park City, UT},
+ ORGANIZATION = AMS,
+ PAGES = {6-7}
+}
+%Proceedings database entry
+@INPROCEEDINGS{Vali1970,
+ AUTHOR = {G. Vali},
+ YEAR = 1970,
+ TITLE = {Entry of Freezing Nuclei into Precipitation},
+ BOOKTITLE = {Proc. Symp. on Precipitation Scavenging},
+ ADDRESS = {Richland, WA},
+ ORGANIZATION = {U.S. Atomic Energy Commission},
+ PAGES = {49-68},
+ NOTE = {[Available from G. Vali, Department of Atmospheric Science, University of Wyoming, Laramie, WY 82071.]}
+}
+%Conference preprints/Proceedings/Extended Abstracts on CD-ROM database entry
+@INPROCEEDINGS{Kuji_Nakajima2002,
+ AUTHOR = {M. Kuji and T. Nakajima},
+ YEAR = 2002,
+ TITLE = {Retrieval of Cloud Geometrical Parameters Using Remote Sensing Data},
+ BOOKTITLE = {11th Conf.\ on Cloud Physics},
+ ADDRESS = {Ogden, UT},
+ ORGANIZATION = AMS,
+ HOWPUBLISHED = {CD-ROM},
+ PAGES = {JP1.7},
+}
+%Thesis Ph.D. database entry
+@PHDTHESIS{Cheng1993,
+ AUTHOR = {X. Cheng},
+ YEAR = 1993,
+ TITLE = {Linear and Nonlinear Aspects of {N}orthern {H}emisphere Wintertime Variability in the 500 mb Height Field},
+ SCHOOL = {University of Washington},
+ PAGES = 180,
+ NOTE = {[Available from University Microfilm, 305 N. Zeeb Rd., Ann Arbor, MI 48106.]}
+}
+%Thesis Master's database entry
+@MASTERSTHESIS{Hirschberg1988,
+ AUTHOR = {P. Hirschberg},
+ YEAR = 1988,
+ TITLE = {The Saline Flow into the {A}tlantic},
+ DEPARTMENT = {Dept. of Oceanographic Studies},
+ SCHOOL = {The Pennsylvania State University},
+ PAGES = 207,
+ NOTE = {[NTIS PH-358930-2.]}
+}
+%Thesis database entry
+@MASTERSTHESIS{Estournel1988,
+ AUTHOR = {C. Estournel},
+ YEAR = 1988,
+ TITLE = {Etude de la phase nocturne de la couche limite atmospherique},
+ TYPE = {These doctorat d'etat 1361},
+ SCHOOL = {Universit{\'e} Paul Sabatier},
+ PAGES = 161,
+ NOTE = {[Available from Universit{\'e} Paul Sabatier, 118 route de Narbonne 31062, Toulouse, France.]}
+}
+%Monograph database entry
+@INCOLLECTION{Braham1981,
+ AUTHOR = {R. R. Braham},
+ YEAR = 1981,
+ TITLE = {Urban Precipitation Processes},
+ BOOKTITLE = {Metromex: A Review and Summary},
+ SERIES = {Meteor. Monogr.},
+ NUMBER = 40,
+ PUBLISHER = AMS,
+ PAGES = {75-116}
+}
+%Atlas database entry
+@MISC{Levitus1982,
+ AUTHOR = {S. Levitus},
+ YEAR = 1982,
+ TITLE = {Climatological Atlas of the World Ocean},
+ PUBLISHER = {National Oceanic and Atmospheric Administration},
+ PAGES = 173
+}
+%Atlas database entry
+@MISC{Bumpus_Lauzier1965,
+ AUTHOR = {D. F. Bumpus and L. M. Lauzier},
+ YEAR = 1965,
+ TITLE = {Serial Atlas of the Marine Environment},
+ SERIES = {Surface circulation on the continental shelf off eastern {N}orth {A}merica between {N}ewfoundland and {F}lorida},
+ PUBLISHER = {American Geographical Society},
+ NOTE = {{F}olio 7, {P}late 8},
+ PAGES = 4,
+}
+%Electronic document database entry
+@MISC{NCSA1994,
+ AUTHOR = {NCSA},
+ YEAR = {cited 1994},
+ TITLE = {A Beginner's Guide to {HTML}},
+ NOTE = {[Available online at http://www/ncsa.uiuc.edu/General/Internet/WWW/HTMLPrimer.html.]}
+}
+%Software database entry
+@MISC{Smith1991,
+ AUTHOR = {J. Smith},
+ YEAR = 1991,
+ TITLE = {{FORTRAN} {H}-extended {V}ersion 2.3},
+ NOTE = {IBM}
+}
+%Reference with DOI database entry
+@ARTICLE{MeixnerEA2002,
+ AUTHOR = {T. Meixner and L. A. Bastidas and H. V. Gupta and R. C. Bales},
+ YEAR = 2002,
+ TITLE = {Multicriteria Parameter Estimation of Models of Stream Chemical Composition},
+ JOURNAL = {Water Resour. Res.},
+ VOLUME = 38,
+ EID = 1027,
+ DOI = {10.1029/2000WR000112},
+}
diff --git a/Master/texmf-dist/doc/latex/ametsoc/bibliography/references.bib b/Master/texmf-dist/doc/latex/ametsoc/bibliography/references.bib
new file mode 100644
index 00000000000..13530eae2a1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ametsoc/bibliography/references.bib
@@ -0,0 +1,8 @@
+@article{Becker+Schmitz2003,
+ author = {E. Becker and G. Schmitz},
+ title = {Climatological effects of orography and land--sea heating contrasts on the gravity
+ wave--driven circulation of the mesosphere},
+ journal = {J. Atmos. Sci.},
+ year = {2003},
+ volume = 60,
+ pages = {103--118}} \ No newline at end of file
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}
+
diff --git a/Master/texmf-dist/doc/latex/ametsoc/figures/figure01.eps b/Master/texmf-dist/doc/latex/ametsoc/figures/figure01.eps
new file mode 100644
index 00000000000..c632fba94b3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ametsoc/figures/figure01.eps
@@ -0,0 +1,568 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%BoundingBox: 88 307 302 527
+%%HiResBoundingBox: 88.900000 307.300000 301.600000 526.200000
+%...................................
+%%Creator: GNU Ghostscript 550 (epswrite)
+%%CreationDate: 2005/03/17 14:52:18
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%EndComments
+%%BeginProlog
+% This copyright applies to everything between here and the %%EndProlog:
+% Copyright (C) 1998 Aladdin Enterprises, Menlo Park, CA. All rights reserved.
+%%BeginResource: procset GS_pswrite_ProcSet
+/GS_pswrite_ProcSet 40 dict dup begin
+/!{bind def}bind def/#{load def}!
+/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}!
+/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}!
+/w/setlinewidth #/J/setlinecap #
+/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat #
+/m/moveto #/l/lineto #/c/rcurveto #/h{p closepath}!/H{P closepath}!
+/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}!
+/re{4 -2 roll m exch dup lx exch ly neg lx h}!
+/^{3 index neg 3 index neg}!
+/P{count 0 gt{count -2 roll moveto p}if}!
+/p{count 2 idiv{count -2 roll rlineto}repeat}!
+/f{P fill}!/f*{P eofill}!/S{P stroke}!/q/gsave #/Q/grestore #/rf{re fill}!
+/Y{initclip P clip newpath}!/Y*{initclip P eoclip newpath}!/rY{re Y}!
+/|{exch string readstring pop exch 4 1 roll 3 packedarray cvx exch 1 index def exec}!
+/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}!
+/@/currentfile #/${+ @ |}!
+/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}!
+/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}!
+/Ic{exch Ix false 3 colorimage}!
+/F{<</Columns 4 2 roll/Rows exch/K -1/BlackIs1 true >>/CCITTFaxDecode filter}!
+/X{/ASCII85Decode filter}!/@X{@ X}!/+F{2 index 2 index F}!/@F{@ +F}!/@C{@X +F}!
+/$X{+ @X |}!/-F{4 index 4 index F}!/$F{+ @ -F |}!/$C{+ @X -F |}!
+end def
+%%EndResource
+%%EndProlog
+%%Page: 1 1
+%%BeginPageSetup
+/pagesave save def GS_pswrite_ProcSet begin
+0.1 0.1 scale
+%%EndPageSetup
+255 G
+889 3073 2127 0 0 2189 ^ Y
+306.72 2871.28 3531.43 2549.25 rf
+2.88594 w
+1 J
+1 j
+K
+2964.67 3253.67 0 1784.47 S
+0.96198 w
+2964.67 3253.67 -13.47 0 S
+2964.67 3381.13 -13.47 0 S
+2964.67 3508.59 -13.47 0 S
+2964.67 3636.05 -13.47 0 S
+2964.67 3763.52 -13.47 0 S
+2964.67 3890.98 -13.47 0 S
+2964.67 4018.44 -13.47 0 S
+2964.67 4145.9 -13.47 0 S
+2964.67 4273.36 -13.47 0 S
+2964.67 4400.83 -13.47 0 S
+2964.67 4528.29 -13.47 0 S
+2964.67 4655.75 -13.47 0 S
+2964.67 4783.21 -13.47 0 S
+2964.67 4910.68 -13.47 0 S
+2964.67 5038.14 -13.47 0 S
+2.88594 w
+2964.67 3253.67 -26.94 0 S
+2964.67 3508.59 -26.94 0 S
+2964.67 3763.52 -26.94 0 S
+2964.67 4018.44 -26.94 0 S
+2964.67 4273.36 -26.94 0 S
+2964.67 4528.29 -26.94 0 S
+2964.67 4783.21 -26.94 0 S
+2964.67 5038.14 -26.94 0 S
+1180.2 3253.67 0 1784.47 S
+0.96198 w
+1180.2 3253.67 13.47 0 S
+1180.2 3381.13 13.47 0 S
+1180.2 3508.59 13.47 0 S
+1180.2 3636.05 13.47 0 S
+1180.2 3763.52 13.47 0 S
+1180.2 3890.98 13.47 0 S
+1180.2 4018.44 13.47 0 S
+1180.2 4145.9 13.47 0 S
+1180.2 4273.36 13.47 0 S
+1180.2 4400.83 13.47 0 S
+1180.2 4528.29 13.47 0 S
+1180.2 4655.75 13.47 0 S
+1180.2 4783.21 13.47 0 S
+1180.2 4910.68 13.47 0 S
+1180.2 5038.14 13.47 0 S
+2.88594 w
+1180.2 3253.67 26.94 0 S
+1180.2 3508.59 26.94 0 S
+1180.2 3763.52 26.94 0 S
+1180.2 4018.44 26.94 0 S
+1180.2 4273.36 26.94 0 S
+1180.2 4528.29 26.94 0 S
+1180.2 4783.21 26.94 0 S
+1180.2 5038.14 26.94 0 S
+996.46 3253.67 30.3 0 S
+1049.85 3273.87 -4.81 -1.92 -3.37 -4.81 -1.44 -8.66 0 -4.81 1.44 -8.18 3.37 -5.29 4.81 -1.44 3.37 0 5.29 1.44 3.37 5.29 1.44 8.18 0 4.81 -1.44 8.66 -3.37 4.81 -5.29 1.92 -3.37 0 P
+1049.85 3273.87 -3.37 -1.92 -1.44 -1.44 -1.92 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.18 1.92 -3.37 1.44 -1.92 3.37 -1.44 P
+1053.22 3238.76 3.37 1.44 1.92 1.92 1.44 3.37 1.92 8.18 0 4.81 -1.92 8.66 -1.44 3.37 -1.92 1.44 -3.37 1.92 S
+1091.7 3242.12 -1.44 -1.92 1.44 -1.44 1.92 1.44 -1.92 1.92 S
+1122 3267.13 1.44 -1.92 -1.44 -1.44 -1.92 1.44 0 1.92 1.92 3.37 1.44 1.44 5.29 1.92 6.73 0 4.81 -1.92 1.92 -1.44 1.44 -3.37 0 -3.37 -1.44 -3.37 -5.29 -3.37 -8.18 -3.37 -3.37 -1.44 -3.37 -3.37 -1.92 -5.29 0 -4.81 P
+1135.47 3273.87 3.37 -1.92 1.44 -1.44 1.92 -3.37 0 -3.37 -1.92 -3.37 -4.81 -3.37 -6.73 -3.37 P
+1120.07 3242.12 1.92 1.44 3.37 0 8.18 -3.37 5.29 0 3.37 1.92 1.44 1.44 P
+1125.36 3243.57 8.18 -4.81 6.73 0 1.92 1.44 1.44 3.37 0 3.37 S
+1130.17 3528.79 -4.81 -1.92 -3.37 -4.81 -1.92 -8.66 0 -4.81 1.92 -8.18 3.37 -5.29 4.81 -1.44 3.37 0 5.29 1.44 3.37 5.29 1.44 8.18 0 4.81 -1.44 8.66 -3.37 4.81 -5.29 1.92 -3.37 0 P
+1130.17 3528.79 -3.37 -1.92 -1.44 -1.44 -1.92 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.18 1.92 -3.37 1.44 -1.92 3.37 -1.44 P
+1133.54 3493.68 3.37 1.44 1.92 1.92 1.44 3.37 1.92 8.18 0 4.81 -1.92 8.66 -1.44 3.37 -1.92 1.44 -3.37 1.92 S
+1049.85 3783.72 -4.81 -1.92 -3.37 -4.81 -1.44 -8.66 0 -4.81 1.44 -8.18 3.37 -5.29 4.81 -1.44 3.37 0 5.29 1.44 3.37 5.29 1.44 8.18 0 4.81 -1.44 8.66 -3.37 4.81 -5.29 1.92 -3.37 0 P
+1049.85 3783.72 -3.37 -1.92 -1.44 -1.44 -1.92 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.18 1.92 -3.37 1.44 -1.92 3.37 -1.44 P
+1053.22 3748.6 3.37 1.44 1.92 1.92 1.44 3.37 1.92 8.18 0 4.81 -1.92 8.66 -1.44 3.37 -1.92 1.44 -3.37 1.92 S
+1091.7 3751.97 -1.44 -1.92 1.44 -1.44 1.92 1.44 -1.92 1.92 S
+1122 3776.98 1.44 -1.92 -1.44 -1.44 -1.92 1.44 0 1.92 1.92 3.37 1.44 1.44 5.29 1.92 6.73 0 4.81 -1.92 1.92 -1.44 1.44 -3.37 0 -3.37 -1.44 -3.37 -5.29 -3.37 -8.18 -3.37 -3.37 -1.44 -3.37 -3.37 -1.92 -5.29 0 -4.81 P
+1135.47 3783.72 3.37 -1.92 1.44 -1.44 1.92 -3.37 0 -3.37 -1.92 -3.37 -4.81 -3.37 -6.73 -3.37 P
+1120.07 3751.97 1.92 1.44 3.37 0 8.18 -3.37 5.29 0 3.37 1.92 1.44 1.44 P
+1125.36 3753.41 8.18 -4.81 6.73 0 1.92 1.44 1.44 3.37 0 3.37 S
+1049.85 4038.64 -4.81 -1.92 -3.37 -4.81 -1.44 -8.66 0 -4.81 1.44 -8.18 3.37 -5.29 4.81 -1.44 3.37 0 5.29 1.44 3.37 5.29 1.44 8.18 0 4.81 -1.44 8.66 -3.37 4.81 -5.29 1.92 -3.37 0 P
+1049.85 4038.64 -3.37 -1.92 -1.44 -1.44 -1.92 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.18 1.92 -3.37 1.44 -1.92 3.37 -1.44 P
+1053.22 4003.53 3.37 1.44 1.92 1.92 1.44 3.37 1.92 8.18 0 4.81 -1.92 8.66 -1.44 3.37 -1.92 1.44 -3.37 1.92 S
+1091.7 4006.9 -1.44 -1.92 1.44 -1.44 1.92 1.44 -1.92 1.92 S
+1135.47 4035.27 0 -31.75 P
+1136.91 4038.64 0 -35.11 P
+1136.91 4038.64 -18.28 -25.01 26.94 0 P
+1130.17 4003.53 12.02 0 S
+1049.85 4293.57 -4.81 -1.92 -3.37 -4.81 -1.44 -8.66 0 -4.81 1.44 -8.18 3.37 -5.29 4.81 -1.44 3.37 0 5.29 1.44 3.37 5.29 1.44 8.18 0 4.81 -1.44 8.66 -3.37 4.81 -5.29 1.92 -3.37 0 P
+1049.85 4293.57 -3.37 -1.92 -1.44 -1.44 -1.92 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.18 1.92 -3.37 1.44 -1.92 3.37 -1.44 P
+1053.22 4258.45 3.37 1.44 1.92 1.92 1.44 3.37 1.92 8.18 0 4.81 -1.92 8.66 -1.44 3.37 -1.92 1.44 -3.37 1.92 S
+1091.7 4261.82 -1.44 -1.92 1.44 -1.44 1.92 1.44 -1.92 1.92 S
+1140.28 4288.28 -1.44 -1.44 1.44 -1.92 1.92 1.92 0 1.44 -1.92 3.37 -3.37 1.92 -4.81 0 -5.29 -1.92 -3.37 -3.37 -1.44 -3.37 -1.92 -6.73 0 -9.62 1.92 -5.29 3.37 -3.37 4.81 -1.44 3.37 0 5.29 1.44 3.37 3.37 1.44 5.29 0 1.44 -1.44 4.81 -3.37 3.37 -5.29 1.92 -1.44 0 -5.29 -1.92 -3.37 -3.37 -1.44 -4.81 P
+1132.1 4293.57 -3.37 -1.92 -3.37 -3.37 -1.92 -3.37 -1.44 -6.73 0 -9.62 1.44 -5.29 3.37 -3.37 3.37 -1.44 P
+1133.54 4258.45 3.37 1.44 3.37 3.37 1.92 5.29 0 1.44 -1.92 4.81 -3.37 3.37 -3.37 1.92 S
+1049.85 4548.49 -4.81 -1.92 -3.37 -4.81 -1.44 -8.66 0 -4.81 1.44 -8.18 3.37 -5.29 4.81 -1.44 3.37 0 5.29 1.44 3.37 5.29 1.44 8.18 0 4.81 -1.44 8.66 -3.37 4.81 -5.29 1.92 -3.37 0 P
+1049.85 4548.49 -3.37 -1.92 -1.44 -1.44 -1.92 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.18 1.92 -3.37 1.44 -1.92 3.37 -1.44 P
+1053.22 4513.38 3.37 1.44 1.92 1.92 1.44 3.37 1.92 8.18 0 4.81 -1.92 8.66 -1.44 3.37 -1.92 1.44 -3.37 1.92 S
+1091.7 4516.75 -1.44 -1.92 1.44 -1.44 1.92 1.44 -1.92 1.92 S
+1128.73 4548.49 -5.29 -1.92 -1.44 -3.37 0 -4.81 1.44 -3.37 5.29 -1.92 6.73 0 4.81 1.92 1.92 3.37 0 4.81 -1.92 3.37 -4.81 1.92 -6.73 0 P
+1128.73 4548.49 -3.37 -1.92 -1.92 -3.37 0 -4.81 1.92 -3.37 3.37 -1.92 P
+1135.47 4533.1 3.37 1.92 1.44 3.37 0 4.81 -1.44 3.37 -3.37 1.92 P
+1128.73 4533.1 -5.29 -1.44 -1.44 -1.92 -1.92 -2.89 0 -6.73 1.92 -3.37 1.44 -1.92 5.29 -1.44 6.73 0 4.81 1.44 1.92 1.92 1.44 3.37 0 6.73 -1.44 2.89 -1.92 1.92 -4.81 1.44 P
+1128.73 4533.1 -3.37 -1.44 -1.92 -1.92 -1.44 -2.89 0 -6.73 1.44 -3.37 1.92 -1.92 3.37 -1.44 P
+1135.47 4513.38 3.37 1.44 1.44 1.92 1.92 3.37 0 6.73 -1.92 2.89 -1.44 1.92 -3.37 1.44 S
+1125.36 4796.68 3.37 1.44 4.81 5.29 0 -35.11 P
+1132.1 4801.49 0 -33.19 P
+1125.36 4768.3 14.91 0 S
+1045.04 5051.61 3.37 1.44 4.81 5.29 0 -35.11 P
+1051.77 5056.42 0 -33.19 P
+1045.04 5023.23 14.91 0 S
+1091.7 5026.59 -1.44 -1.92 1.44 -1.44 1.92 1.44 -1.92 1.92 S
+1122 5051.61 1.44 -1.92 -1.44 -1.44 -1.92 1.44 0 1.92 1.92 3.37 1.44 1.44 5.29 1.92 6.73 0 4.81 -1.92 1.92 -1.44 1.44 -3.37 0 -3.37 -1.44 -3.37 -5.29 -3.37 -8.18 -3.37 -3.37 -1.44 -3.37 -3.37 -1.92 -5.29 0 -4.81 P
+1135.47 5058.34 3.37 -1.92 1.44 -1.44 1.92 -3.37 0 -3.37 -1.92 -3.37 -4.81 -3.37 -6.73 -3.37 P
+1120.07 5026.59 1.92 1.44 3.37 0 8.18 -3.37 5.29 0 3.37 1.92 1.44 1.44 P
+1125.36 5028.04 8.18 -4.81 6.73 0 1.92 1.44 1.44 3.37 0 3.37 S
+1180.2 5038.14 1784.47 0 S
+0.96198 w
+1180.2 5038.14 0 -13.47 S
+1328.82 5038.14 0 -13.47 S
+1477.45 5038.14 0 -13.47 S
+1626.08 5038.14 0 -13.47 S
+1775.18 5038.14 0 -13.47 S
+1923.81 5038.14 0 -13.47 S
+2072.43 5038.14 0 -13.47 S
+2221.06 5038.14 0 -13.47 S
+2369.69 5038.14 0 -13.47 S
+2518.79 5038.14 0 -13.47 S
+2667.42 5038.14 0 -13.47 S
+2816.04 5038.14 0 -13.47 S
+2964.67 5038.14 0 -13.47 S
+2.88594 w
+1180.2 5038.14 0 -26.94 S
+1477.45 5038.14 0 -26.94 S
+1775.18 5038.14 0 -26.94 S
+2072.43 5038.14 0 -26.94 S
+2369.69 5038.14 0 -26.94 S
+2667.42 5038.14 0 -26.94 S
+2964.67 5038.14 0 -26.94 S
+1180.2 3253.67 1784.47 0 S
+0.96198 w
+1180.2 3253.67 0 13.47 S
+1328.82 3253.67 0 13.47 S
+1477.45 3253.67 0 13.47 S
+1626.08 3253.67 0 13.47 S
+1775.18 3253.67 0 13.47 S
+1923.81 3253.67 0 13.47 S
+2072.43 3253.67 0 13.47 S
+2221.06 3253.67 0 13.47 S
+2369.69 3253.67 0 13.47 S
+2518.79 3253.67 0 13.47 S
+2667.42 3253.67 0 13.47 S
+2816.04 3253.67 0 13.47 S
+2964.67 3253.67 0 13.47 S
+2.88594 w
+1180.2 3253.67 0 26.94 S
+1477.45 3253.67 0 26.94 S
+1775.18 3253.67 0 26.94 S
+2072.43 3253.67 0 26.94 S
+2369.69 3253.67 0 26.94 S
+2667.42 3253.67 0 26.94 S
+2964.67 3253.67 0 26.94 S
+1178.75 3225.77 -5.29 -1.92 -3.37 -4.81 -1.44 -8.66 0 -4.81 1.44 -8.66 3.37 -4.81 5.29 -1.44 2.89 0 5.29 1.44 3.37 4.81 1.44 8.66 0 4.81 -1.44 8.66 -3.37 4.81 -5.29 1.92 -2.89 0 P
+1178.75 3225.77 -3.37 -1.92 -1.92 -1.44 -1.44 -3.37 -1.92 -8.66 0 -4.81 1.92 -8.66 1.44 -3.37 1.92 -1.44 3.37 -1.44 P
+1181.64 3190.66 3.37 1.44 1.92 1.44 1.44 3.37 1.92 8.66 0 4.81 -1.92 8.66 -1.44 3.37 -1.92 1.44 -3.37 1.92 S
+1451 3219.03 3.37 1.44 4.81 5.29 0 -35.11 P
+1457.73 3223.84 0 -33.19 P
+1451 3190.66 14.91 0 S
+1496.21 3225.77 -5.29 -1.92 -3.37 -4.81 -1.44 -8.66 0 -4.81 1.44 -8.66 3.37 -4.81 5.29 -1.44 3.37 0 4.81 1.44 3.37 4.81 1.44 8.66 0 4.81 -1.44 8.66 -3.37 4.81 -4.81 1.92 -3.37 0 P
+1496.21 3225.77 -3.37 -1.92 -1.92 -1.44 -1.44 -3.37 -1.92 -8.66 0 -4.81 1.92 -8.66 1.44 -3.37 1.92 -1.44 3.37 -1.44 P
+1499.57 3190.66 3.37 1.44 1.44 1.44 1.44 3.37 1.92 8.66 0 4.81 -1.92 8.66 -1.44 3.37 -1.44 1.44 -3.37 1.92 S
+1744.88 3219.03 1.92 -1.92 -1.92 -1.44 -1.44 1.44 0 1.92 1.44 3.37 1.92 1.44 4.81 1.92 6.73 0 4.81 -1.92 1.92 -1.44 1.44 -3.37 0 -3.37 -1.44 -3.37 -5.29 -3.37 -8.18 -3.37 -3.37 -1.92 -3.37 -3.37 -1.44 -4.81 0 -4.81 P
+1758.35 3225.77 3.37 -1.92 1.44 -1.44 1.92 -3.37 0 -3.37 -1.92 -3.37 -4.81 -3.37 -6.73 -3.37 P
+1743.44 3193.54 1.44 1.92 3.37 0 8.18 -3.37 5.29 0 3.37 1.44 1.44 1.92 P
+1748.25 3195.47 8.18 -4.81 6.73 0 1.92 1.44 1.44 3.37 0 3.37 S
+1793.46 3225.77 -5.29 -1.92 -2.89 -4.81 -1.92 -8.66 0 -4.81 1.92 -8.66 2.89 -4.81 5.29 -1.44 3.37 0 4.81 1.44 3.37 4.81 1.92 8.66 0 4.81 -1.92 8.66 -3.37 4.81 -4.81 1.92 -3.37 0 P
+1793.46 3225.77 -3.37 -1.92 -1.92 -1.44 -1.44 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.66 1.44 -3.37 1.92 -1.44 3.37 -1.44 P
+1796.83 3190.66 3.37 1.44 1.44 1.44 1.92 3.37 1.44 8.66 0 4.81 -1.44 8.66 -1.92 3.37 -1.44 1.44 -3.37 1.92 S
+2042.13 3219.03 1.92 -1.92 -1.92 -1.44 -1.44 1.44 0 1.92 1.44 3.37 1.92 1.44 4.81 1.92 6.73 0 5.29 -1.92 1.44 -3.37 0 -4.81 -1.44 -3.37 -5.29 -1.92 -4.81 0 P
+2055.6 3225.77 3.37 -1.92 1.92 -3.37 0 -4.81 -1.92 -3.37 -3.37 -1.92 P
+2055.6 3210.38 3.37 -1.44 3.37 -3.37 1.92 -3.37 0 -5.29 -1.92 -3.37 -1.44 -1.44 -5.29 -1.44 -6.73 0 -4.81 1.44 -1.92 1.44 -1.44 3.37 0 1.92 1.44 1.44 1.92 -1.44 -1.92 -1.92 P
+2060.89 3207.01 1.44 -4.81 0 -5.29 -1.44 -3.37 -1.92 -1.44 -3.37 -1.44 S
+2090.71 3225.77 -4.81 -1.92 -3.37 -4.81 -1.92 -8.66 0 -4.81 1.92 -8.66 3.37 -4.81 4.81 -1.44 3.37 0 5.29 1.44 3.37 4.81 1.44 8.66 0 4.81 -1.44 8.66 -3.37 4.81 -5.29 1.92 -3.37 0 P
+2090.71 3225.77 -3.37 -1.92 -1.44 -1.44 -1.92 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.66 1.92 -3.37 1.44 -1.44 3.37 -1.44 P
+2094.08 3190.66 3.37 1.44 1.92 1.44 1.44 3.37 1.92 8.66 0 4.81 -1.92 8.66 -1.44 3.37 -1.92 1.44 -3.37 1.92 S
+2353.33 3222.4 0 -31.75 P
+2354.78 3225.77 0 -35.11 P
+2354.78 3225.77 -18.28 -25.49 26.45 0 P
+2348.04 3190.66 11.54 0 S
+2388.44 3225.77 -5.29 -1.92 -3.37 -4.81 -1.44 -8.66 0 -4.81 1.44 -8.66 3.37 -4.81 5.29 -1.44 3.37 0 4.81 1.44 3.37 4.81 1.44 8.66 0 4.81 -1.44 8.66 -3.37 4.81 -4.81 1.92 -3.37 0 P
+2388.44 3225.77 -3.37 -1.92 -1.92 -1.44 -1.44 -3.37 -1.92 -8.66 0 -4.81 1.92 -8.66 1.44 -3.37 1.92 -1.44 3.37 -1.44 P
+2391.81 3190.66 3.37 1.44 1.44 1.44 1.44 3.37 1.92 8.66 0 4.81 -1.92 8.66 -1.44 3.37 -1.44 1.44 -3.37 1.92 S
+2639.04 3225.77 -3.37 -16.83 P
+2635.67 3208.93 3.37 3.37 4.81 1.44 4.81 0 5.29 -1.44 3.37 -3.37 1.44 -5.29 0 -3.37 -1.44 -4.81 -3.37 -3.37 -5.29 -1.44 -4.81 0 -4.81 1.44 -1.92 1.44 -1.44 3.37 0 1.92 1.44 1.44 1.92 -1.44 -1.92 -1.92 P
+2648.66 3213.74 3.37 -1.44 3.37 -3.37 1.92 -5.29 0 -3.37 -1.92 -4.81 -3.37 -3.37 -3.37 -1.44 P
+2639.04 3225.77 16.35 0 P
+2639.04 3223.84 8.18 0 8.18 1.92 S
+2685.7 3225.77 -5.29 -1.92 -2.89 -4.81 -1.92 -8.66 0 -4.81 1.92 -8.66 2.89 -4.81 5.29 -1.44 3.37 0 4.81 1.44 3.37 4.81 1.92 8.66 0 4.81 -1.92 8.66 -3.37 4.81 -4.81 1.92 -3.37 0 P
+2685.7 3225.77 -3.37 -1.92 -1.92 -1.44 -1.44 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.66 1.44 -3.37 1.92 -1.44 3.37 -1.44 P
+2689.06 3190.66 3.37 1.44 1.44 1.44 1.92 3.37 1.44 8.66 0 4.81 -1.44 8.66 -1.92 3.37 -1.44 1.44 -3.37 1.92 S
+2953.13 3220.48 -1.92 -1.44 1.92 -1.92 1.44 1.92 0 1.44 -1.44 3.37 -3.37 1.92 -5.29 0 -4.81 -1.92 -3.37 -3.37 -1.92 -3.37 -1.44 -6.73 0 -10.1 1.44 -4.81 3.37 -3.37 5.29 -1.44 3.37 0 4.81 1.44 3.37 3.37 1.92 4.81 0 1.92 -1.92 4.81 -3.37 3.37 -4.81 1.92 -1.92 0 -4.81 -1.92 -3.37 -3.37 -1.92 -4.81 P
+2944.47 3225.77 -3.37 -1.92 -3.37 -3.37 -1.44 -3.37 -1.92 -6.73 0 -10.1 1.92 -4.81 3.37 -3.37 3.37 -1.44 P
+2946.39 3190.66 3.37 1.44 3.37 3.37 1.44 4.81 0 1.92 -1.44 4.81 -3.37 3.37 -3.37 1.92 S
+2982.95 3225.77 -4.81 -1.92 -3.37 -4.81 -1.92 -8.66 0 -4.81 1.92 -8.66 3.37 -4.81 4.81 -1.44 3.37 0 5.29 1.44 3.37 4.81 1.44 8.66 0 4.81 -1.44 8.66 -3.37 4.81 -5.29 1.92 -3.37 0 P
+2982.95 3225.77 -3.37 -1.92 -1.44 -1.44 -1.92 -3.37 -1.44 -8.66 0 -4.81 1.44 -8.66 1.92 -3.37 1.44 -1.44 3.37 -1.44 P
+2986.31 3190.66 3.37 1.44 1.92 1.44 1.44 3.37 1.92 8.66 0 4.81 -1.92 8.66 -1.44 3.37 -1.92 1.44 -3.37 1.92 S
+1791.54 3147.85 0 -46.66 P
+1793.46 3147.85 0 -46.66 P
+1784.8 3147.85 26.45 0 6.73 -1.92 2.4 -2.4 2.41 -4.33 0 -6.73 -2.41 -4.81 -2.4 -1.92 -6.73 -2.41 -17.8 0 P
+1811.26 3147.85 4.81 -1.92 1.92 -2.4 2.4 -4.33 0 -6.73 -2.4 -4.81 -1.92 -1.92 -4.81 -2.41 P
+1784.8 3101.19 15.39 0 S
+1844.93 3118.99 26.94 0 0 4.33 -2.41 4.33 -2.41 2.41 -4.33 2.41 -6.73 0 -6.73 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 6.73 -1.92 4.33 0 6.73 1.92 4.81 4.81 P
+1869.46 3118.99 0 6.73 -2.41 4.33 P
+1855.99 3132.46 -4.33 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 4.33 -1.92 S
+1903.13 3132.46 0 -31.26 P
+1905.05 3132.46 0 -31.26 P
+1905.05 3118.99 2.41 6.73 4.33 4.33 4.33 2.41 6.73 0 2.41 -2.41 0 -2.41 -2.41 -1.92 -1.92 1.92 1.92 2.41 P
+1896.39 3132.46 8.66 0 P
+1896.39 3101.19 15.39 0 S
+1965.17 3147.85 -1.92 -1.92 1.92 -2.4 2.4 2.4 -2.4 1.92 P
+1965.17 3132.46 0 -31.26 P
+1967.58 3132.46 0 -31.26 P
+1958.44 3132.46 9.14 0 P
+1958.44 3101.19 15.87 0 S
+2016.64 3132.46 -6.73 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 6.73 -1.92 4.33 0 6.73 1.92 4.81 4.81 1.92 6.73 0 4.33 -1.92 6.73 -4.81 4.33 -6.73 2.41 -4.33 0 P
+2016.64 3132.46 -4.33 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 4.33 -1.92 P
+2020.97 3101.19 4.81 1.92 4.33 4.81 2.41 6.73 0 4.33 -2.41 6.73 -4.33 4.33 -4.81 2.41 S
+2083.5 3147.85 0 -46.66 P
+2085.9 3147.85 0 -46.66 P
+2083.5 3125.72 -4.33 4.33 -4.33 2.41 -4.81 0 -6.73 -2.41 -4.33 -4.33 -1.92 -6.73 0 -4.33 1.92 -6.73 4.33 -4.81 6.73 -1.92 4.81 0 4.33 1.92 4.33 4.81 P
+2070.03 3132.46 -4.33 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 4.33 -1.92 P
+2076.76 3147.85 9.14 0 P
+2083.5 3101.19 9.14 0 S
+2119.09 3156.99 0 -71.67 P
+2121.5 3156.99 0 -71.67 P
+2119.09 3156.99 15.87 0 P
+2119.09 3085.32 15.87 0 S
+2190.76 3147.85 0 -46.66 P
+2192.68 3147.85 0 -46.66 P
+2190.76 3125.72 -4.33 4.33 -4.81 2.41 -4.33 0 -6.73 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 6.73 -1.92 4.33 0 4.81 1.92 4.33 4.81 P
+2177.29 3132.46 -4.33 -2.41 -4.81 -4.33 -1.92 -6.73 0 -4.33 1.92 -6.73 4.81 -4.81 4.33 -1.92 P
+2184.02 3147.85 8.66 0 P
+2190.76 3101.19 8.66 0 S
+2223.95 3127.65 0 -1.92 -1.92 0 ^ 1.92 2.41 4.81 2.41 8.66 0 4.33 -2.41 2.41 -2.41 2.41 -4.33 0 -15.39 1.92 -4.81 2.41 -1.92 P
+2244.15 3127.65 0 -19.72 2.41 -4.81 4.33 -1.92 2.41 0 P
+2244.15 3123.32 -2.41 -1.92 -12.99 -2.41 -6.73 -2.41 -2.41 -4.33 0 -4.33 2.41 -4.81 6.73 -1.92 6.73 0 4.33 1.92 4.33 4.81 P
+2228.76 3118.99 -4.81 -2.41 -1.92 -4.33 0 -4.33 1.92 -4.81 4.81 -1.92 S
+2273.01 3132.46 13.47 -31.26 P
+2275.41 3132.46 11.06 -26.94 P
+2299.94 3132.46 -13.47 -31.26 -4.33 -9.14 -4.33 -4.33 -4.81 -2.41 -1.92 0 -2.41 2.41 2.41 2.41 1.92 -2.41 P
+2268.68 3132.46 13.47 0 P
+2290.8 3132.46 13.47 0 S
+2344.67 3156.99 0 -71.67 P
+2346.6 3156.99 0 -71.67 P
+2331.21 3156.99 15.39 0 P
+2331.21 3085.32 15.39 0 S
+900.26 3784.68 47.14 0 P
+900.26 3786.6 47.14 0 P
+900.26 3777.95 0 26.45 2.41 6.73 2.41 2.41 4.33 2.4 4.33 0 4.81 -2.4 1.92 -2.41 2.41 -6.73 0 -17.8 P
+900.26 3804.4 2.41 4.81 2.41 1.92 4.33 2.41 4.33 0 4.81 -2.41 1.92 -1.92 2.41 -4.81 P
+947.4 3777.95 0 15.39 P
+922.87 3798.15 1.92 4.33 2.41 1.92 15.87 6.73 1.92 2.41 0 2.4 -1.92 1.92 P
+924.79 3802.48 4.81 1.92 15.39 4.81 2.41 1.92 0 4.81 -4.33 1.92 -2.4 0 S
+929.6 3838.07 0 26.94 -4.81 0 -4.33 -2.41 -1.92 -2.4 -2.41 -4.33 0 -6.73 2.41 -6.73 4.33 -4.33 6.73 -2.4 4.33 0 6.73 2.4 4.33 4.33 2.41 6.73 0 4.33 -2.41 6.73 -4.33 4.81 P
+929.6 3862.6 -6.73 0 -4.33 -2.4 P
+916.13 3849.13 2.41 -4.33 4.33 -4.33 6.73 -2.41 4.33 0 6.73 2.41 4.33 4.33 2.41 4.33 S
+920.46 3915.99 -4.33 2.41 8.66 0 -4.33 -2.41 -1.92 -1.92 -2.41 -4.81 0 -8.66 2.41 -4.33 1.92 -2.41 4.33 0 2.41 2.41 2.41 4.33 4.33 11.06 2.41 4.33 1.92 2.41 P
+922.87 3893.86 1.92 2.41 2.41 4.33 4.33 11.06 2.41 4.33 2.41 2.41 6.73 0 1.92 -2.41 2.41 -4.33 0 -8.66 -2.41 -4.81 -1.92 -1.92 -4.81 -2.41 9.14 0 -4.33 2.41 S
+916.13 3945.33 46.66 0 P
+916.13 3947.25 46.66 0 P
+922.87 3947.25 -4.33 4.81 -2.41 4.33 0 4.33 2.41 6.73 4.33 4.33 6.73 2.41 4.33 0 6.73 -2.41 4.33 -4.33 2.41 -6.73 0 -4.33 -2.41 -4.33 -4.33 -4.81 P
+916.13 3960.72 2.41 4.33 4.33 4.81 6.73 1.92 4.33 0 6.73 -1.92 4.33 -4.81 2.41 -4.33 P
+916.13 3938.6 0 8.66 P
+962.79 3938.6 0 15.39 S
+916.13 4009.78 2.41 -6.73 4.33 -4.33 6.73 -2.4 4.33 0 6.73 2.4 4.33 4.33 2.41 6.73 0 4.33 -2.41 6.73 -4.33 4.81 -6.73 1.92 -4.33 0 -6.73 -1.92 -4.33 -4.81 -2.41 -6.73 0 -4.33 P
+916.13 4009.78 2.41 -4.33 4.33 -4.33 6.73 -2.41 4.33 0 6.73 2.41 4.33 4.33 2.41 4.33 P
+947.4 4014.11 -2.41 4.81 -4.33 4.33 -6.73 2.41 -4.33 0 -6.73 -2.41 -4.33 -4.33 -2.41 -4.81 S
+916.13 4052.11 31.26 0 P
+916.13 4054.51 31.26 0 P
+922.87 4054.51 -4.33 4.33 -2.41 6.73 0 4.33 2.41 6.73 4.33 2.41 24.53 0 P
+916.13 4069.91 2.41 4.81 4.33 1.92 24.53 0 P
+916.13 4045.38 0 9.14 P
+947.4 4045.38 0 15.87 P
+947.4 4069.91 0 15.87 S
+920.46 4130.51 -4.33 1.92 8.66 0 -4.33 -1.92 -1.92 -2.4 -2.41 -4.33 0 -9.14 2.41 -4.33 1.92 -2.41 4.33 0 2.41 2.41 2.41 4.33 4.33 11.06 2.41 4.81 1.92 1.92 P
+922.87 4107.9 1.92 2.41 2.41 4.33 4.33 11.06 2.41 4.81 2.41 1.92 6.73 0 1.92 -1.92 2.41 -4.81 0 -8.66 -2.41 -4.81 -1.92 -1.92 -4.81 -2.41 9.14 0 -4.33 2.41 S
+929.6 4159.37 0 26.45 -4.81 0 -4.33 -1.92 -1.92 -2.4 -2.41 -4.33 0 -6.73 2.41 -6.73 4.33 -4.33 6.73 -2.4 4.33 0 6.73 2.4 4.33 4.33 2.41 6.73 0 4.33 -2.41 6.73 -4.33 4.33 P
+929.6 4183.9 -6.73 0 -4.33 -2.4 P
+916.13 4170.43 2.41 -4.33 4.33 -4.81 6.73 -1.92 4.33 0 6.73 1.92 4.33 4.81 2.41 4.33 S
+916.13 4270.96 31.26 0 P
+916.13 4272.88 31.26 0 P
+929.6 4272.88 -6.73 2.41 -4.33 4.33 -2.41 4.81 0 6.25 2.41 2.41 1.92 0 2.41 -2.41 -2.41 -1.92 -1.92 1.92 P
+916.13 4264.23 0 8.66 P
+947.4 4264.23 0 15.39 S
+920.46 4324.35 2.41 0 0 -2.41 ^ -1.92 2.41 -2.41 4.33 0 9.14 2.41 4.33 1.92 2.4 4.33 1.92 15.87 0 4.33 2.41 2.41 2.4 P
+920.46 4344.55 20.2 0 4.33 1.92 2.41 4.81 0 1.92 P
+924.79 4344.55 2.41 -2.4 2.41 -13.47 1.92 -6.73 4.81 -1.92 4.33 0 4.33 1.92 2.41 6.73 0 6.73 -2.41 4.33 -4.33 4.81 P
+929.6 4328.68 1.92 -4.33 4.81 -2.41 4.33 0 4.33 2.41 2.41 4.33 S
+900.26 4382.55 38 0 6.73 1.92 2.41 4.33 0 4.81 -2.41 4.33 -4.33 2.41 P
+900.26 4384.47 38 0 6.73 2.41 2.41 1.92 P
+916.13 4375.82 0 17.8 S
+900.26 4440.27 2.41 -1.92 2.41 1.92 -2.41 2.41 -2.41 -2.41 P
+916.13 4440.27 31.26 0 P
+916.13 4442.67 31.26 0 P
+916.13 4433.53 0 9.14 P
+947.4 4433.53 0 15.87 S
+916.13 4491.73 2.41 -6.73 4.33 -4.33 6.73 -2.4 4.33 0 6.73 2.4 4.33 4.33 2.41 6.73 0 4.33 -2.41 6.73 -4.33 4.33 -6.73 2.41 -4.33 0 -6.73 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 P
+916.13 4491.73 2.41 -4.33 4.33 -4.81 6.73 -1.92 4.33 0 6.73 1.92 4.33 4.81 2.41 4.33 P
+947.4 4496.06 -2.41 4.33 -4.33 4.81 -6.73 1.92 -4.33 0 -6.73 -1.92 -4.33 -4.81 -2.41 -4.33 S
+1387.5 5106.92 -1.92 -2.41 1.92 -1.92 2.41 1.92 0 2.41 -4.33 4.33 -4.81 2.41 -6.73 0 -6.25 -2.41 -4.81 -4.33 -1.92 -6.73 0 -4.33 1.92 -6.73 4.81 -4.81 6.25 -1.92 4.81 0 6.73 1.92 4.33 4.81 P
+1374.04 5113.65 -4.33 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 4.33 -1.92 S
+1416.84 5113.65 0 -24.53 1.92 -4.81 6.73 -1.92 4.33 0 6.73 1.92 4.81 4.81 P
+1418.77 5113.65 0 -24.53 2.4 -4.81 4.33 -1.92 P
+1441.38 5113.65 0 -31.26 P
+1443.3 5113.65 0 -31.26 P
+1410.11 5113.65 8.66 0 P
+1434.64 5113.65 8.66 0 P
+1441.38 5082.39 8.66 0 S
+1478.89 5129.05 0 -38 2.4 -6.73 4.33 -1.92 4.81 0 4.33 1.92 2.41 4.81 P
+1481.3 5129.05 0 -38 2.41 -6.73 1.92 -1.92 P
+1472.64 5113.65 17.8 0 S
+1537.09 5113.65 -2.41 -2.41 2.41 -2.41 ^ ^ P
+1537.09 5086.72 -2.41 -2.4 2.41 -1.92 2.41 1.92 -2.41 2.4 S
+1586.15 5129.05 -6.73 -1.92 -2.41 -4.81 0 -6.73 2.41 -4.33 6.73 -2.41 9.14 0 6.25 2.41 2.41 4.33 0 6.73 -2.41 4.81 -6.25 1.92 -9.14 0 P
+1586.15 5129.05 -4.33 -1.92 -2.4 -4.81 0 -6.73 2.4 -4.33 4.33 -2.41 P
+1595.29 5108.84 4.33 2.41 1.92 4.33 0 6.73 -1.92 4.81 -4.33 1.92 P
+1586.15 5108.84 -6.73 -1.92 -2.41 -2.41 -1.92 -4.33 0 -9.14 1.92 -4.33 2.41 -2.4 6.73 -1.92 9.14 0 6.25 1.92 2.41 2.4 2.4 4.33 0 9.14 -2.4 4.33 -2.41 2.41 -6.25 1.92 P
+1586.15 5108.84 -4.33 -1.92 -2.4 -2.41 -2.41 -4.33 0 -9.14 2.41 -4.33 2.4 -2.4 4.33 -1.92 P
+1595.29 5082.39 4.33 1.92 1.92 2.4 2.41 4.33 0 9.14 -2.41 4.33 -1.92 2.41 -4.33 1.92 S
+1655.42 5129.05 0 -46.66 P
+1657.34 5129.05 0 -46.66 P
+1655.42 5106.92 -4.33 4.33 -4.81 2.41 -4.33 0 -6.73 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 6.73 -1.92 4.33 0 4.81 1.92 4.33 4.81 P
+1641.95 5113.65 -4.33 -2.41 -4.81 -4.33 -1.92 -6.73 0 -4.33 1.92 -6.73 4.81 -4.81 4.33 -1.92 P
+1648.68 5129.05 8.66 0 P
+1655.42 5082.39 8.66 0 S
+1677.54 5102.59 40.4 0 S
+1737.67 5120.39 2.41 -2.41 -2.41 -2.41 -1.92 2.41 0 2.41 1.92 4.33 2.41 2.41 6.73 1.92 8.66 0 6.73 -1.92 2.41 -2.41 2.4 -4.33 0 -4.81 -2.4 -4.33 -6.73 -4.33 -11.06 -4.33 -4.33 -2.41 -4.81 -4.33 -1.92 -6.73 0 -6.73 P
+1755.46 5129.05 4.81 -1.92 1.92 -2.41 2.41 -4.33 0 -4.81 -2.41 -4.33 -6.73 -4.33 -8.66 -4.33 P
+1735.74 5086.72 1.92 2.41 4.81 0 11.06 -4.81 6.73 0 4.33 2.4 2.4 2.41 P
+1742.47 5089.12 11.06 -6.73 8.66 0 2.41 1.92 2.4 4.81 0 4.33 S
+1802.6 5129.05 -6.73 -1.92 -4.33 -6.73 -2.41 -11.54 0 -6.25 2.41 -11.54 4.33 -6.73 6.73 -1.92 4.33 0 6.73 1.92 4.33 6.73 2.4 11.54 0 6.25 -2.4 11.54 -4.33 6.73 -6.73 1.92 -4.33 0 P
+1802.6 5129.05 -4.33 -1.92 -2.41 -2.41 -2.4 -4.33 -1.92 -11.54 0 -6.25 1.92 -11.54 2.4 -4.33 2.41 -2.4 4.33 -1.92 P
+1806.93 5082.39 4.33 1.92 2.4 2.4 2.41 4.33 1.92 11.54 0 6.25 -1.92 11.54 -2.41 4.33 -2.4 2.41 -4.33 1.92 S
+1869.46 5129.05 0 -46.66 P
+1871.86 5129.05 0 -46.66 P
+1869.46 5106.92 -4.33 4.33 -4.81 2.41 -4.33 0 -6.73 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 6.73 -1.92 4.33 0 4.81 1.92 4.33 4.81 P
+1855.99 5113.65 -4.33 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 4.33 -1.92 P
+1862.72 5129.05 9.14 0 P
+1869.46 5082.39 9.14 0 S
+1914.19 5084.31 -2.41 -1.92 -2.41 1.92 2.41 2.4 2.41 -2.4 0 -4.33 -2.41 -4.33 -2.41 -2.41 S
+1971.91 5127.12 -1.92 -2.41 1.92 -2.41 2.4 2.41 0 2.41 -2.4 1.92 -4.33 0 -4.33 -1.92 -2.4 -4.81 0 -39.92 P
+1967.58 5129.05 -2.4 -1.92 -1.92 -4.81 0 -39.92 P
+1954.11 5113.65 17.8 0 P
+1954.11 5082.39 15.87 0 S
+2019.04 5129.05 -2.41 -1.92 2.41 -2.41 1.92 2.41 -1.92 1.92 P
+2019.04 5113.65 0 -31.26 P
+2020.97 5113.65 0 -31.26 P
+2012.31 5113.65 8.66 0 P
+2012.31 5082.39 15.39 0 S
+2072.43 5129.05 0 -46.66 P
+2074.84 5129.05 0 -46.66 P
+2065.7 5129.05 9.14 0 P
+2065.7 5082.39 15.87 0 S
+2121.5 5129.05 0 -38 2.4 -6.73 4.33 -1.92 4.33 0 4.33 1.92 2.41 4.81 P
+2123.9 5129.05 0 -38 1.92 -6.73 2.41 -1.92 P
+2114.76 5113.65 17.8 0 S
+2166.23 5100.19 26.45 0 0 4.33 -1.92 4.33 -2.41 2.41 -4.33 2.41 -6.73 0 -6.73 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 6.73 -1.92 4.33 0 6.73 1.92 4.33 4.81 P
+2190.76 5100.19 0 6.73 -2.41 4.33 P
+2177.29 5113.65 -4.33 -2.41 -4.81 -4.33 -1.92 -6.73 0 -4.33 1.92 -6.73 4.81 -4.81 4.33 -1.92 S
+2223.95 5113.65 0 -31.26 P
+2226.35 5113.65 0 -31.26 P
+2226.35 5100.19 2.41 6.73 4.33 4.33 4.33 2.41 6.73 0 2.41 -2.41 0 -2.41 -2.41 -1.92 -2.41 1.92 2.41 2.41 P
+2217.21 5113.65 9.14 0 P
+2217.21 5082.39 15.87 0 S
+2286.47 5129.05 0 -46.66 P
+2288.88 5129.05 0 -46.66 P
+2279.74 5129.05 9.14 0 P
+2279.74 5082.39 15.87 0 S
+2326.88 5100.19 26.45 0 0 4.33 -1.92 4.33 -2.41 2.41 -4.33 2.41 -6.73 0 -6.73 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 6.73 -1.92 4.33 0 6.73 1.92 4.33 4.81 P
+2351.41 5100.19 0 6.73 -2.41 4.33 P
+2337.94 5113.65 -4.33 -2.41 -4.81 -4.33 -1.92 -6.73 0 -4.33 1.92 -6.73 4.81 -4.81 4.33 -1.92 S
+2380.27 5113.65 0 -31.26 P
+2382.67 5113.65 0 -31.26 P
+2382.67 5106.92 4.33 4.33 6.73 2.41 4.33 0 6.73 -2.41 2.41 -4.33 0 -24.53 P
+2398.06 5113.65 4.33 -2.41 2.41 -4.33 0 -24.53 P
+2373.53 5113.65 9.14 0 P
+2373.53 5082.39 15.87 0 P
+2398.06 5082.39 15.87 0 S
+2444.72 5113.65 -4.33 -2.41 -1.92 -2.41 -2.4 -4.33 0 -4.33 2.4 -4.33 1.92 -2.41 4.33 -2.41 4.81 0 4.33 2.41 2.4 2.41 1.92 4.33 0 4.33 -1.92 4.33 -2.4 2.41 -4.33 2.41 -4.81 0 P
+2440.39 5111.25 -1.92 -4.33 0 -9.14 1.92 -4.33 P
+2453.86 5093.45 2.4 4.33 0 9.14 -2.4 4.33 P
+2456.26 5108.84 1.92 2.41 4.81 2.41 0 -2.41 -4.81 0 P
+2438.47 5095.86 -2.4 -2.41 -2.41 -4.33 0 -2.41 2.41 -4.33 6.73 -2.41 11.06 0 6.73 -1.92 2.4 -2.41 P
+2433.66 5086.72 2.41 -2.4 6.73 -1.92 11.06 0 6.73 -2.41 2.4 -4.33 0 -2.41 -2.4 -4.33 -6.73 -2.4 -13.47 0 -6.73 2.4 -1.92 4.33 0 2.41 1.92 4.33 6.73 2.41 S
+2496.19 5129.05 0 -38 2.4 -6.73 4.33 -1.92 4.33 0 4.81 1.92 1.92 4.81 P
+2498.59 5129.05 0 -38 1.92 -6.73 2.4 -1.92 P
+2489.45 5113.65 17.8 0 S
+2540.92 5129.05 0 -46.66 P
+2543.32 5129.05 0 -46.66 P
+2543.32 5106.92 4.33 4.33 6.73 2.41 4.33 0 6.73 -2.41 2.41 -4.33 0 -24.53 P
+2558.71 5113.65 4.33 -2.41 2.41 -4.33 0 -24.53 P
+2534.18 5129.05 9.14 0 P
+2534.18 5082.39 15.39 0 P
+2558.71 5082.39 15.39 0 S
+2607.78 5113.65 -2.41 -2.41 2.41 -2.41 ^ ^ P
+2607.78 5086.72 -2.41 -2.4 2.41 -1.92 2.41 1.92 -2.41 2.4 S
+2650.1 5129.05 -4.33 -22.13 P
+2645.77 5106.92 4.33 4.33 6.73 2.41 6.73 0 6.73 -2.41 4.33 -4.33 2.4 -6.73 0 -4.33 -2.4 -6.73 -4.33 -4.81 -6.73 -1.92 -6.73 0 -6.73 1.92 -2.41 2.4 -1.92 4.33 0 2.41 1.92 2.41 2.41 -2.41 -2.41 -2.41 P
+2663.57 5113.65 4.33 -2.41 4.33 -4.33 2.41 -6.73 0 -4.33 -2.41 -6.73 -4.33 -4.81 -4.33 -1.92 P
+2650.1 5129.05 22.13 0 P
+2650.1 5127.12 11.06 0 11.06 1.92 S
+2705.9 5120.39 4.33 1.92 6.73 6.73 0 -46.66 P
+2715.04 5127.12 0 -44.73 P
+2705.9 5082.39 20.2 0 S
+2779.49 5129.05 0 -46.66 P
+2781.89 5129.05 0 -46.66 P
+2779.49 5106.92 -4.33 4.33 -4.33 2.41 -4.81 0 -6.73 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 6.73 -1.92 4.81 0 4.33 1.92 4.33 4.81 P
+2766.02 5113.65 -4.33 -2.41 -4.33 -4.33 -2.41 -6.73 0 -4.33 2.41 -6.73 4.33 -4.81 4.33 -1.92 P
+2772.76 5129.05 9.14 0 P
+2779.49 5082.39 9.14 0 S
+1324.98 5243.04 0 -58.68 P
+1327.86 5243.04 0 -58.68 P
+1316.8 5243.04 19.72 0 P
+1316.8 5184.36 41.85 0 0 16.83 -2.89 -16.83 S
+1392.31 5218.03 0 -2.89 -2.89 0 ^ 2.89 2.41 5.29 2.89 11.06 0 5.77 -2.89 2.89 -2.41 2.89 -5.77 0 -19.72 2.41 -5.29 2.89 -2.89 P
+1417.33 5218.03 0 -25.49 2.89 -5.29 5.29 -2.89 2.89 0 P
+1417.33 5212.26 -2.89 -2.89 -16.83 -2.89 -8.18 -2.41 -2.89 -5.77 0 -5.77 2.89 -5.29 8.18 -2.89 8.66 0 5.29 2.89 5.77 5.29 P
+1397.61 5206.49 -5.29 -2.41 -2.89 -5.77 0 -5.77 2.89 -5.29 5.29 -2.89 S
+1453.4 5223.32 0 -38.96 P
+1456.29 5223.32 0 -38.96 P
+1456.29 5215.14 5.29 5.29 8.66 2.89 5.29 0 8.66 -2.89 2.89 -5.29 0 -30.78 P
+1475.53 5223.32 5.77 -2.89 2.89 -5.29 0 -30.78 P
+1445.22 5223.32 11.06 0 P
+1445.22 5184.36 19.24 0 P
+1475.53 5184.36 19.72 0 S
+1551.04 5215.14 -2.89 -2.89 2.89 -2.89 2.89 2.89 0 2.89 -5.77 5.29 -5.29 2.89 -8.66 0 -8.18 -2.89 -5.77 -5.29 -2.89 -8.66 0 -5.29 2.89 -8.66 5.77 -5.29 8.18 -2.89 5.77 0 8.18 2.89 5.77 5.29 P
+1534.21 5223.32 -5.29 -2.89 -5.77 -5.29 -2.89 -8.66 0 -5.29 2.89 -8.66 5.77 -5.29 5.29 -2.89 S
+1617.9 5223.32 -30.78 -38.96 P
+1620.78 5223.32 -30.78 -38.96 P
+1590 5223.32 -2.89 -11.06 0 11.06 33.67 0 P
+1587.12 5184.36 33.67 0 0 11.06 -2.89 -11.06 S
+1667.92 5223.32 -8.18 -2.89 -5.77 -5.29 -2.41 -8.66 0 -5.29 2.41 -8.66 5.77 -5.29 8.18 -2.89 5.77 0 8.18 2.89 5.77 5.29 2.89 8.66 0 5.29 -2.89 8.66 -5.77 5.29 -8.18 2.89 -5.77 0 P
+1667.92 5223.32 -5.29 -2.89 -5.77 -5.29 -2.89 -8.66 0 -5.29 2.89 -8.66 5.77 -5.29 5.29 -2.89 P
+1673.69 5184.36 5.77 2.89 5.29 5.29 2.89 8.66 0 5.29 -2.89 8.66 -5.29 5.29 -5.77 2.89 S
+1751.61 5218.03 2.89 5.29 0 -11.06 -2.89 5.77 -2.41 2.41 -5.77 2.89 -11.06 0 -5.77 -2.89 -2.89 -2.41 0 -5.77 2.89 -2.89 5.77 -2.89 13.95 -5.29 5.29 -2.89 2.89 -2.89 P
+1723.72 5215.14 2.89 -2.89 5.77 -2.89 13.95 -5.29 5.29 -2.89 2.89 -2.89 0 -8.18 -2.89 -2.89 -5.29 -2.89 -11.06 0 -5.77 2.89 -2.89 2.89 -2.89 5.29 0 -11.06 2.89 5.77 S
+1849.25 5223.32 11.06 -38.96 P
+1852.14 5223.32 8.18 -30.78 P
+1871.86 5223.32 -11.54 -38.96 P
+1871.86 5223.32 11.06 -38.96 P
+1874.27 5223.32 8.66 -30.78 P
+1893.99 5223.32 -11.06 -38.96 P
+1841.08 5223.32 19.24 0 P
+1885.81 5223.32 16.35 0 S
+1921.88 5206.49 33.67 0 0 5.77 -2.89 5.77 -2.89 2.41 -5.77 2.89 -8.18 0 -8.18 -2.89 -5.77 -5.29 -2.89 -8.66 0 -5.29 2.89 -8.66 5.77 -5.29 8.18 -2.89 5.77 0 8.18 2.89 5.77 5.29 P
+1952.67 5206.49 0 8.66 -2.89 5.29 P
+1935.83 5223.32 -5.77 -2.89 -5.29 -5.29 -2.89 -8.66 0 -5.29 2.89 -8.66 5.29 -5.29 5.77 -2.89 S
+2005.58 5243.04 -2.89 -2.89 2.89 -2.89 ^ ^ P
+2005.58 5223.32 0 -38.96 P
+2008.46 5223.32 0 -38.96 P
+1996.92 5223.32 11.54 0 P
+1996.92 5184.36 19.72 0 S
+2069.55 5223.32 -5.29 -2.89 -2.89 -2.41 -2.89 -5.77 0 -5.77 2.89 -5.29 2.89 -2.89 5.29 -2.89 5.77 0 5.29 2.89 2.89 2.89 2.89 5.29 0 5.77 -2.89 5.77 -2.89 2.41 -5.29 2.89 -5.77 0 P
+2064.26 5220.43 -2.89 -5.29 0 -11.06 2.89 -5.77 P
+2080.61 5198.31 2.89 5.77 0 11.06 -2.89 5.29 P
+2083.5 5218.03 2.89 2.41 5.77 2.89 0 -2.89 -5.77 0 P
+2061.37 5201.19 -2.89 -2.89 -2.89 -5.77 0 -2.41 2.89 -5.77 8.18 -2.89 13.95 0 8.66 -2.89 2.89 -2.41 P
+2055.6 5190.13 2.89 -2.89 8.18 -2.89 13.95 0 8.66 -2.89 2.89 -5.29 0 -2.89 -2.89 -5.77 -8.66 -2.89 -16.35 0 -8.66 2.89 -2.89 5.77 0 2.89 2.89 5.29 8.66 2.89 S
+2122.46 5243.04 0 -58.68 P
+2125.34 5243.04 0 -58.68 P
+2125.34 5215.14 5.77 5.29 8.18 2.89 5.77 0 8.18 -2.89 2.89 -5.29 0 -30.78 P
+2145.06 5223.32 5.29 -2.89 2.89 -5.29 0 -30.78 P
+2114.28 5243.04 11.06 0 P
+2114.28 5184.36 19.72 0 P
+2145.06 5184.36 19.24 0 S
+2200.86 5243.04 0 -47.62 2.41 -8.18 5.77 -2.89 5.77 0 5.29 2.89 2.89 5.29 P
+2203.26 5243.04 0 -47.62 2.89 -8.18 2.89 -2.89 P
+2192.2 5223.32 22.61 0 S
+2348.52 5240.15 -2.89 -2.89 2.89 -2.89 2.89 2.89 0 2.89 -2.89 2.89 -5.77 0 -5.29 -2.89 -2.89 -5.77 0 -50.02 P
+2342.75 5243.04 -2.89 -2.89 -2.41 -5.77 0 -50.02 P
+2326.4 5223.32 22.13 0 P
+2326.4 5184.36 19.24 0 S
+2390.37 5223.32 0 -30.78 2.89 -5.29 8.18 -2.89 5.77 0 8.18 2.89 5.77 5.29 P
+2393.25 5223.32 0 -30.78 2.4 -5.29 5.77 -2.89 P
+2421.15 5223.32 0 -38.96 P
+2423.56 5223.32 0 -38.96 P
+2381.71 5223.32 11.54 0 P
+2412.49 5223.32 11.06 0 P
+2421.15 5184.36 11.06 0 S
+2457.23 5223.32 0 -38.96 P
+2460.11 5223.32 0 -38.96 P
+2460.11 5215.14 5.29 5.29 8.66 2.89 5.29 0 8.66 -2.89 2.89 -5.29 0 -30.78 P
+2479.35 5223.32 5.77 -2.89 2.89 -5.29 0 -30.78 P
+2449.05 5223.32 11.06 0 P
+2449.05 5184.36 19.24 0 P
+2479.35 5184.36 19.72 0 S
+2554.87 5215.14 -2.89 -2.89 2.89 -2.89 2.89 2.89 0 2.89 -5.77 5.29 -5.77 2.89 -8.18 0 -8.18 -2.89 -5.77 -5.29 -2.89 -8.66 0 -5.29 2.89 -8.66 5.77 -5.29 8.18 -2.89 5.77 0 8.18 2.89 5.77 5.29 P
+2538.03 5223.32 -5.77 -2.89 -5.29 -5.29 -2.89 -8.66 0 -5.29 2.89 -8.66 5.29 -5.29 5.77 -2.89 S
+2602 5243.04 0 -47.62 2.89 -8.18 5.77 -2.89 5.29 0 5.77 2.89 2.89 5.29 P
+2604.89 5243.04 0 -47.62 2.89 -8.18 2.89 -2.89 P
+2593.83 5223.32 22.13 0 S
+2674.63 5243.04 -2.89 -2.89 2.89 -2.89 2.89 2.89 -2.89 2.89 P
+2674.63 5223.32 0 -38.96 P
+2677.52 5223.32 0 -38.96 P
+2666.46 5223.32 11.06 0 P
+2666.46 5184.36 19.24 0 S
+2738.61 5223.32 -8.18 -2.89 -5.77 -5.29 -2.41 -8.66 0 -5.29 2.41 -8.66 5.77 -5.29 8.18 -2.89 5.77 0 8.18 2.89 5.77 5.29 2.89 8.66 0 5.29 -2.89 8.66 -5.77 5.29 -8.18 2.89 -5.77 0 P
+2738.61 5223.32 -5.29 -2.89 -5.77 -5.29 -2.89 -8.66 0 -5.29 2.89 -8.66 5.77 -5.29 5.29 -2.89 P
+2744.38 5184.36 5.77 2.89 5.29 5.29 2.89 8.66 0 5.29 -2.89 8.66 -5.29 5.29 -5.77 2.89 S
+2791.99 5223.32 0 -38.96 P
+2794.4 5223.32 0 -38.96 P
+2794.4 5215.14 5.77 5.29 8.18 2.89 5.77 0 8.18 -2.89 2.89 -5.29 0 -30.78 P
+2814.12 5223.32 5.77 -2.89 2.41 -5.29 0 -30.78 P
+2783.34 5223.32 11.06 0 P
+2783.34 5184.36 19.72 0 P
+2814.12 5184.36 19.72 0 S
+1210.02 3519.17 29.82 -10.58 29.34 0 29.82 0.48 29.82 -2.4 29.82 -0.48 29.82 96.68 29.82 545.92 29.34 453.09 29.82 165.94 29.82 34.63 29.82 -0.48 29.82 -20.2 29.82 -47.14 29.34 -74.07 29.82 -94.27 29.82 -105.34 29.82 -108.7 29.82 -105.34 29.82 -98.6 29.34 -88.98 29.82 -79.84 29.82 -69.74 29.82 -61.09 29.82 -52.43 29.82 -45.21 29.34 -38.96 29.82 -33.19 29.82 -28.38 29.82 -24.05 29.82 -20.68 29.82 -17.8 29.82 -14.91 29.34 -12.51 29.82 -11.06 29.82 -9.14 29.82 -8.18 29.82 -6.73 29.34 -5.29 29.82 -5.29 29.82 -3.85 29.82 -3.37 29.82 -2.89 29.82 -2.89 29.82 -1.92 29.34 -1.92 29.82 -0.96 29.82 -1.44 29.82 -0.96 29.82 -0.48 29.34 -0.96 29.82 -0.48 29.82 0 29.82 -0.48 29.82 0 29.82 0 29.82 0 29.34 0 29.82 0 29.82 0.48 S
+0.96198 w
+1180.2 3508.59 1784.47 0 S
+1418.29 3253.67 0 1784.47 S
+1775.18 3253.67 0 1784.47 S
+end showpage pagesave restore
+%%PageTrailer
+%%Trailer
+%%Pages: 1
diff --git a/Master/texmf-dist/tex/latex/ametsoc/ametsoc.sty b/Master/texmf-dist/tex/latex/ametsoc/ametsoc.sty
new file mode 100644
index 00000000000..1200fd5c1e4
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/ametsoc/ametsoc.sty
@@ -0,0 +1,299 @@
+\ProvidesPackage{ametsoc}
+% AMS Latex Style File Version 2.0
+%
+% LaTeX style file for American Meteorological Society publications
+% (not including BAMS).
+%
+%************************************************************************
+%********************** DO NOT MODIFY THIS FILE!!! **********************
+%************************************************************************
+%* ANY CHANGES MADE WILL BE LOST UPON UPLOADING YOUR MANUSCRIPT. *
+%* THIS STYLE FILE IS KEPT ON THE UPLOAD SYSTEM AND IS USED TO *
+%* CREATE YOUR MANUSCRIPT. ANY STYLE FILE YOU UPLOAD WILL NOT BE USED *
+%************************************************************************
+%
+% Developed by Brian Papa - American Meteorological Society
+%
+% Based on the initial style file from Lakshmanan,
+% National Severe Storms Laboratory with modifications to follow
+% all AMS formatting style.
+%
+% Questions/feedback should be addressed to latex@ametsoc.org
+%
+% 12/29/06
+% Added top documentation block and adjusted indentation for
+% subsubsections and subsubsubsections (paragraph) to 4mm to follow
+% AMS style. Set version number to 1.0 for initial release in Jan
+% 2007.
+%
+% April 2007
+% -Switched from the epsfig to the graphicx package
+% -Switched from obsolete times package to mathptmx package for times
+% fonts in text and math.
+% -Added amsmath, fonts, symbols, and boldface packages
+% -Rewrote code for appendices to allow for unlimited appendices using
+% a single appendix command with an optional 1 letter argument.
+% -Redid the page layout using the geometry package
+% -Removed extraneous blank spaces to avoid unpredictable formatting
+%
+% July 2007
+% -Set Reference and Abstract headings to all caps.
+% -Added use of the setspace package
+% -Updated to new doublespacing method
+%
+% August 2007
+% -Updated amspaper.tex with new instructions, added references template information.
+%
+\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}
+%
+% ametsoc.bst is built on top of natbib
+\RequirePackage{natbib}
+
+% Use times font in text and math
+%\usepackage{mathptmx}
+\usepackage{url}
+
+% Provide the amsmath, fonts, symbol, and boldface math packages for use
+\usepackage{amsmath,amsfonts,amssymb,bm}
+
+%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}
+
+\ProcessOptions
+
+% All the figures and tables should be at the end
+\usepackage[nomarkers]{endfloat}%
+\renewcommand{\processdelayedfloats}{{% Change of the original endfloat
+ \let\figure\@bfig
+ \let\table\@btab
+ \processdelayedfloats@hook
+ \if@tablesfirst \processtables\processfigures
+ \else \processfigures\processtables \fi
+ \processotherdelayedfloats}}
+
+%Page numbers.
+\pagestyle{plain}
+
+% Article's default is to provide arabic numerals for everything.
+% Change the formatting of section and lower to follow AMS style.
+\renewcommand{\@seccntformat}[1]{{\csname the#1\endcsname}.~~}%1
+
+%section definitions
+\renewcommand{\section}{%
+\renewcommand{\@seccntformat}[1]{{\csname the##1\endcsname}.~~}%1
+\@startsection
+{section}%
+{1}% 1 is the level for subsection
+{0mm}% NO indent, starts immediately
+{-\baselineskip}% skips 1 baseline after end of previous subsection
+{0.5\baselineskip}% half baseline and the first paragraph starts
+{\Large\bf}%the style, Large and boldface
+}
+\renewcommand{\thesection}{\arabic{section}} % numbers
+
+% subsection definitions
+\renewcommand{\subsection}{%
+\renewcommand{\@seccntformat}[1]{{\csname the##1\endcsname}.~~}%1
+\@startsection
+{subsection}%
+{2}% 2 is the level for subsection
+{0mm}% NO indent, starts immediately
+{-\baselineskip}% skips 1 baseline after end of previous subsection
+{0.5\baselineskip}% half baseline and the first paragraph starts
+{\normalfont\normalsize\itshape}%the style, all italics
+}
+\renewcommand{\thesubsection}{\alph{subsection}} % letters
+
+% subsubsection definitions
+\renewcommand{\subsubsection}{%
+\renewcommand{\@seccntformat}[1]{{\csname the##1\endcsname})~~}%1
+\@startsection
+{subsubsection}%
+{3}% 3 is the level for subsubsection
+{5mm}% Indent subsubsections
+{-\baselineskip}% skips 1 baseline after end of previous subsubsection
+{0.5\baselineskip}% half baseline and the first paragraph starts
+{\normalfont\normalsize\sc}%
+}
+\renewcommand{\thesubsubsection}{\arabic{subsubsection}}
+
+% paragraph (subsubsubsection) definitions
+\renewcommand{\paragraph}{%
+\renewcommand{\@seccntformat}[1]{({\csname the##1\endcsname})~~}%1
+\@startsection
+{paragraph}%
+{4}% 4 is the level for subsubsubsection (paragraph)
+{5mm}% indent paragraph/subsubsubsections the same as subsubsections
+{-\baselineskip}% skips 1 baseline after end of previous subsubsection
+{0.5\baselineskip}% half baseline and the first paragraph starts
+{\normalfont\normalsize\itshape}%
+}
+\renewcommand{\theparagraph}{\roman{paragraph}}
+
+% Acknowlegments is defined as an unnumbered section.
+\newenvironment{acknowledgment}
+{\subsubsection*{\textit{Acknowledgments.}}}
+{}
+
+\renewenvironment{appendix}[1][1]%
+{\ifthenelse{\equal{#1}{1}}%
+{\renewcommand{\theequation}{A\arabic{equation}}%
+\setcounter{equation}{0}% reset counter
+\setcounter{subsection}{0}% reset counter
+\begin{center}%
+\section*{\textnormal{APPENDIX}}%
+\end{center}}%
+{\renewcommand{\theequation}{{#1}\arabic{equation}}%
+\setcounter{equation}{0}% reset counter
+\setcounter{subsection}{0}% reset counter
+\begin{center}%
+\section*{\textnormal{APPENDIX {#1}}}%
+\end{center}}}%
+
+% Legacy Appendix code for backwards compatibility---TO BE DELETED.
+
+% The Appendix is handled as a special section...provide five
+% appendices for authors. The folowing block of code can be cut &
+% paste if further appendices are needed. Dont forget to updated the
+% letter at the end of the command and at the beginning of redefining
+% the equation counter
+%
+\newenvironment{appendix1}
+{
+% redefine the command that creates the equation no.
+\renewcommand{\theequation}{A\arabic{equation}}
+\setcounter{equation}{0}% reset counter
+\setcounter{subsection}{0}% reset counter
+\begin{center}
+\section*{\textnormal{APPENDIX}}
+\end{center}
+}
+
+\newenvironment{appendixA}
+{
+\renewcommand{\theequation}{A\arabic{equation}}
+\setcounter{equation}{0}% reset counter
+\setcounter{subsection}{0}% reset counter
+\begin{center}
+\section*{\textnormal{APPENDIX A}}
+\end{center}
+}
+
+\newenvironment{appendixB}
+{
+\renewcommand{\theequation}{B\arabic{equation}}
+\setcounter{equation}{0}% reset counter
+\setcounter{subsection}{0}% reset counter
+\begin{center}
+\section*{\textnormal{APPENDIX B}}
+\end{center}
+}
+
+\newenvironment{appendixC}
+{
+\renewcommand{\theequation}{C\arabic{equation}}
+\setcounter{equation}{0}% reset counter
+\setcounter{subsection}{0}% reset counter
+\begin{center}
+\section*{\textnormal{APPENDIX C}}
+\end{center}
+}
+
+\newenvironment{appendixD}
+{
+\renewcommand{\theequation}{D\arabic{equation}}
+\setcounter{equation}{0}% reset counter
+\setcounter{subsection}{0}% reset counter
+\begin{center}
+\section*{\textnormal{APPENDIX D}}
+\end{center}
+}
+
+\newenvironment{appendixE}
+{
+\renewcommand{\theequation}{E\arabic{equation}}
+\setcounter{equation}{0}% reset counter
+\setcounter{subsection}{0}% reset counter
+\begin{center}
+\section*{\textnormal{APPENDIX E}}
+\end{center}
+}
+
+%
+% Remove colon in \caption, AMS style is to have a period after the
+% figure number
+\long\def\@makecaption#1#2{%
+% Create the proper style for the figure and table captions.
+\renewcommand{\figurename}{\textsc{Fig.}}
+\renewcommand{\tablename}{\textsc{Table}}
+\renewcommand{\thefigure}{\arabic{figure}.}
+\renewcommand{\thetable}{\arabic{table}.}
+\vskip\abovecaptionskip
+\sbox\@tempboxa{#1~~#2}%
+\ifdim \wd\@tempboxa >\hsize
+#1~~#2\par%
+\else
+\global \@minipagefalse
+\hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
+\fi
+\vskip\belowcaptionskip}
+%
+% Make sure Abstract heading is uppercase
+\renewcommand{\abstractname}{\uppercase{Abstract}}%
+%
+\if@titlepage
+ \renewenvironment{abstract}{%
+ \titlepage
+ \null\vfil
+ \@beginparpenalty\@lowpenalty
+ \begin{center}%
+ \abstractname
+ \@endparpenalty\@M
+ \end{center}}%
+ {\par\vfil\null\endtitlepage}
+\else
+ \renewenvironment{abstract}{%
+ \if@twocolumn
+ \section*{\abstractname}%
+ \else
+% \small
+ \begin{center}%
+ {\abstractname\vspace{-.5em}\vspace{\z@}}%
+% \newpage
+ \end{center}%
+ \quotation
+% \newpage
+ \fi}
+ {\if@twocolumn
+ \else
+ \endquotation
+ \newpage
+ \fi}
+\fi
+
+% Define the amstitle
+\newcommand{\amstitle}{
+ \date{}% No date
+ \maketitle%Make the title
+ \thispagestyle{empty}% title page doesn't have page number
+ \newpage%Title page is separate from rest of article
+ \pagenumbering{arabic}%Start pagination from this point
+ \newpage%Title page is separate from rest of article
+}
+
+%Citations should be of the form ``author year'' not ``author, year''
+\bibpunct{(}{)}{;}{a}{}{,}
+%
+% Center the References section title
+\renewcommand{\refname}{\begin{center}\uppercase{References}\end{center}} \ No newline at end of file
diff --git a/Master/tlpkg/tlpsrc/ametsoc.tlpsrc b/Master/tlpkg/tlpsrc/ametsoc.tlpsrc
new file mode 100644
index 00000000000..144a88671f9
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/ametsoc.tlpsrc
@@ -0,0 +1,2 @@
+name ametsoc
+category Package
diff --git a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
index 5f62a31a95a..8848f584e5f 100644
--- a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
@@ -10,6 +10,7 @@ depend Package/acmtrans
depend Package/active-conf
depend Package/aguplus
depend Package/aiaa
+depend Package/ametsoc
depend Package/apa
depend Package/asaetr
depend Package/ascelike