%%@texfile{%
%% filename="amsart11.sty",
%  filename="amsart11.doc",
%% version="1.1",
%% date="20-JUN-1991",
%% filetype="AMS-LaTeX: option",
%% copyright="Copyright (C) American Mathematical Society, all rights
%%   reserved.  Copying of this file is authorized only if either:
%%   (1) you make absolutely no changes to your copy, including name;
%%   OR (2) if you do make changes, you first rename it to some other
%%   name.",
%% author="American Mathematical Society",
%% address="American Mathematical Society,
%%   Technical Support Group,
%%   P. O. Box 6248,
%%   Providence, RI 02940,
%%   USA",
%% telephone="401-455-4080 or (in the USA) 800-321-4AMS",
%% email="Internet: Tech-Support@Math.AMS.com",
%% checksumtype="line count",
%% checksum="85",
%% codetable="ISO/ASCII",
%% keywords="latex, amslatex, ams-latex",
%% abstract="This file is part of the AMS-\LaTeX{} package, version 1.1.
%%   It is a subsidiary file for AMSART.STY that contains code specific
%%   to the 11pt size option."
%%}
% History of changes will be found at the end of this file.
%
%      Standard test to prevent double loading of this file.
%    \begin{macrocode}
\expandafter\ifx\csname amsart11.sty\endcsname\relax
\expandafter\def\csname amsart11.sty\endcsname{}
\else\message{---already loaded}\endinput\fi
%    \end{macrocode}
%
%      Send a message identifying this file.
%    \begin{macrocode}
\def\filename{amsart11.sty}
\def\fileversion{1.1} \def\filedate{20-JUN-1991}
\if@article \immediate\write16{%
AMS-LaTeX option `\filename' (\fileversion, \filedate)}
\fi
%    \end{macrocode}
%%% end of file header
%
%      amsart11.sty: Minimal 11pt option for amsart.sty.  There
%      does not exist a separate amsbk11.sty file, because it
%      would be essentially identical to this. The distribution
%      of input statements in amsart.sty, amsbook.sty, amsbk.sty,
%      amsart10.sty, amsart11.sty, amsart12.sty makes the
%      right thing happen for each case.
\input{amsart10.sty}

\textwidth=1.1\textwidth

% Change a few font commands
\def\scriptsize{\@setsize\scriptsize{9\p@}\viiipt\@viiipt} % 8pt
\def\tiny{\@setsize\tiny{7\p@}\vipt\@vipt} % 6pt
\let\small\@normalsize % 10pt
\let\footnotesize\@normalsize % 10pt
\def\@normalsize{\@setsize\normalsize{13\p@}\xipt\@xipt % 11pt
  \abovedisplayskip 6\p@ \@plus 6\p@ 
  \belowdisplayskip \abovedisplayskip
  \abovedisplayshortskip \z@ \@plus 6\p@
  \belowdisplayshortskip 3\p@ \@plus 6\p@ 
  \let\@listi\@listI} 

% \large remains the same as in amsart10
%% \CharacterTable
%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
%%   Digits        \0\1\2\3\4\5\6\7\8\9
%%   Exclamation   \!     Double quote  \"     Hash (number) \#
%%   Dollar        \$     Percent       \%     Ampersand     \&
%%   Acute accent  \'     Left paren    \(     Right paren   \)
%%   Asterisk      \*     Plus          \+     Comma         \,
%%   Minus         \-     Point         \.     Solidus       \/
%%   Colon         \:     Semicolon     \;     Less than     \<
%%   Equals        \=     Greater than  \>     Question mark \?
%%   Commercial at \@     Left bracket  \[     Backslash     \\
%%   Right bracket \]     Circumflex    \^     Underscore    \_
%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
%%   Right brace   \}     Tilde         \~}
\endinput
