math0010314/asa.sty
1: %%
2: %% APPROACHES TO SINGULAR ANALYSIS
3: %% 
4: %% This is a topmatter  file for use with LaTeX2e,
5: %% based on the AMS Proceedings Style
6: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
7: 
8: \ProvidesPackage{asa}
9: 
10: \usepackage{amsthm}
11: 
12: %%  General layout
13: \setlength{\textwidth}{125mm}
14: \setlength{\textheight}{185mm}
15: %\setlength{\oddsidemargin}{0pt}
16: %\setlength{\evensidemargin}{0pt}
17: \frenchspacing
18: 
19: \setlength{\oddsidemargin}{60pt}     
20: \setlength{\evensidemargin}{60pt}
21: 
22: \renewcommand\subsubsection{\@startsection{subsubsection}{3}%
23:   \normalparindent{.5\linespacing\@plus.7\linespacing}{-.5em}%
24:   {\normalfont\itshape}}
25: 
26: 
27: %%  Theorem environments 
28: 
29: \newtheorem{theorem}{Theorem}[section]
30: \newtheorem{lemma}[theorem]{Lemma}
31: \newtheorem{corollary}[theorem]{Corollary}
32: \newtheorem{proposition}[theorem]{Proposition}
33: 
34: \theoremstyle{definition}
35: \newtheorem{definition}[theorem]{Definition}
36: \newtheorem{definitions}[theorem]{Definition}
37: \newtheorem{example}[theorem]{Example}
38: \newtheorem{examples}[theorem]{Examples}
39: 
40: \theoremstyle{remark}
41: \newtheorem{remark}[theorem]{Remark}
42: \newtheorem{remarks}[theorem]{Remarks}
43: \newtheorem{notation}[theorem]{Notation}
44: 
45: 
46: \numberwithin{equation}{section}
47: 
48: \endinput
49: