% Template file, version of March 7, 1999, for use with Old LaTeX. % \documentstyle[11pt]{report} % % Definitions % \def\PR{\mathop{\rm I\kern -0.20em P}\nolimits} % Probability \def\E{\mathop{\rm I\kern -0.20em E}\nolimits} % Expectations \def\N{\mathop{\rm I\kern -0.20em N}\nolimits} % Nonnegative integers \def\R{\mathop{\rm I\kern -0.20em R}\nolimits} % Blackboard R - Reals \def\F{\mathop{\rm I\kern -0.20em F}\nolimits} % Functions/stationary polices \def\A{{A}} % Action space \def\X{{X}} % State space % \def\PS{\Pi} % Policy space % % Theorem environments etc. Controls the numbering of theorems, lemmas, etc. % \newtheorem{theorem}{Theorem} \newtheorem{corollary}[theorem]{Corollary} \newtheorem{lemma}[theorem]{Lemma} \newtheorem{proposition}[theorem]{Proposition} \newtheorem{definition}[theorem]{Definition} % % How to start and end a proof: % \newcommand{\Pf}{\paragraph{{\bf Proof.}}} % Starting a proof \newcommand{\blot}{\hfill{\vrule height .9ex width .8ex depth -.1ex }} \newcommand{\EndPf}{\hfill $\blot$ \medskip} % End of proof symbol % % Information about the authors % \author{Name of author of article\\ Format: First, Last\\ Affiliation of first author\\ Address etc. \and Second Author: Name\\ Affiliation etc.\\ First line of address\\ Last line of address} % \title{Title of the book!} % \begin{document} % \maketitle % \chapter{Title of your chapter in the book} % \begin{abstract} Abstract of the paper \end{abstract} \section{Your first section} % % \begin{thebibliography}{999} % % \end{thebibliography} % \printindex \end{document} % % END OF FILE