%
% Jean's latex macro package, partially stolen from Simson
%
% I'm calling them ``hugecap'', 'cause that's what they are.
\newcommand{\Hugecap}[1]{{\vspace{-1ex}\Huge\bf\vspace{1ex}#1}}
\newcommand{\hugecap}[1]{{\vspace{-1ex}\huge\bf\vspace{1ex}#1}}
\newcommand{\LARGEcap}[1]{{\vspace{-1ex}\LARGE\bf\vspace{1ex}#1}}
\newcommand{\Largecap}[1]{{\vspace{-1ex}\Large\bf\vspace{1ex}#1}}
\newcommand{\largecap}[1]{{\vspace{-1ex}\large\bf\vspace{1ex}#1}}

%
% Standard settings....
\newcommand{\standardsettings}{
	\setlength{\oddsidemargin}{0in}
	\setlength{\evensidemargin}{0in}
	\setlength{\topmargin}{-2pc}
	\setlength{\headheight}{1pc}
	\setlength{\headsep}{2pc}
	\setlength{\textwidth}{6.5in}
	\setlength{\textheight}{8.5in}
	\setlength{\parskip}{.1in}

	\setcounter{secnumdepth}{-3}
	\setcounter{tocdepth}{3}

}
\newcommand{\stdsizes}{\standardsettings}
\newcommand{\super}[1]{\raisebox{.6ex}{\scriptsize #1}}
\newcommand{\sub}[1]{\raisebox{-.6ex}{\scriptsize #1}}
% Note that this redefinition will make \dag, \ddag, etc. not work
% for footnotes.  We don't care since we don't use them, and we
% really want to use the LW fonts for footnote numbers anyway.
% the original was: (from latex.tex)
%\def\@makefnmark{\hbox{$^{\@thefnmark}$}}
\renewcommand{\@makefnmark}{\hbox{\raisebox{.6ex}{\scriptsize \@thefnmark}}}
%
% NOTE:
% This \renewcommand is specific to the document styles `article', `report',
% `book'; it is incompatible with styles `letter', `memo' `siam', `slides'
% change as appropriate by copying from your docstyle.
% The original was: (from {book,report,article}.sty
%\long\def\@makefntext#1{\parindent 1em\noindent 
% \hbox to 1.8em{\hss$^{\@thefnmark}$}#1}

\renewcommand{\@makefntext}[1]{\parindent 1em\noindent 
 \hbox to 1.8em{\hss\raisebox{.6ex}{\scriptsize \@thefnmark}}#1}

% Local Variables:
% mode: TeX
% version-control: t
% make-backup-files: t
% End:
