% Template file for New LaTeX (LaTeX2e), version of March 7, 1999. % \documentclass[11pt]{report} % \usepackage{makeidx} \makeindex % \renewcommand{\index}[1]{} % \iftrue %%%%%%% If you do not have the "amsmath" or "amsfonts" package: % \iffalse %%%% Comment out the "iftrue" line, uncomment the "iffalse" line \usepackage{amsmath} \usepackage{amsfonts} % % Definitions in case you do have the ams packages % \newcommand{\field}[1]{\mathbb{#1}} \DeclareMathOperator{\PR}{\field{P}} % Probability \DeclareMathOperator{\E}{\field{E}} % Expectation \def\N{\field{N}} % nonnegative integers \def\R{\field{R}} % Blackboard R - Reals \def\F{\field{F}} % Functions/stationary policies \def\A{\field{A}} % Action space \def\X{\field{X}} % State space % % Definitions in case you do not have the ams packages % \else \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 \fi % % Definitions that work with or without the packages % \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