Xavier Holt edited header.tex  over 8 years ago

Commit id: f96ac162c79465bfc32bea59cc92e0ad24013cf2

deletions | additions      

       

\usepackage{amsmath}  \usepackage{listings}  \lstset{ %  backgroundcolor=\color{white}, % choose the background color  basicstyle=\footnotesize, % size of fonts used for the code  breaklines=true, % automatic line breaking only at whitespace  captionpos=b, % sets the caption-position to bottom  commentstyle=\color{OliveGreen}, % comment style  keywordstyle=\color{BlueViolet}, % keyword style  stringstyle=\color{black}, % string literal style  mathescape = true,  language=Python, % Set your language (you can change the  language for each code-block optionally)  frame=lrtb, %  xleftmargin=\fboxsep, %  xrightmargin=-\fboxsep, % = Python  }  \newtheorem{theorem}{Theorem}  \newtheorem{proof}{Proof}