Here is my preamble:
Code: Select all
\input{aipcheck}
\documentclass[
,final % use final for the camera ready runs
%% ,draft % use draft while you are working on the paper
,numberedheadings % uncomment this option for numbered sections
%% , % add further options here if necessary
]
{aipproc}
\layoutstyle{6x9}
\usepackage{amsmath,amssymb,amsthm}
\numberwithin{equation}{section}
\theoremstyle{plain}
\newtheorem{df}{Definition}[section]
\newtheorem{th}[df]{Theorem}
\newtheorem{prop}[df]{Proposition}
\newtheorem{lem}[df]{Lemma}
\newtheorem{cor}[df]{Corollary}
\newtheorem{rem}[df]{Remark}
Thank you.