Arin Basu edited header.tex  almost 9 years ago

Commit id: 8cc0b3acc68bce8cc9561a0656a7246685fb6c06

deletions | additions      

       

\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  language=[AlLaTeX]TeX, % Set your language (you can change the language for each code-block optionally)  frame=lrtb, %  xleftmargin=\fboxsep, %  xrightmargin=-\fboxsep, %  moretexcs={lstset,color,colorlet, cellcolor, newcolumntype, columncolor, rowcolor, multirow, xspace, LaTeX, TeX},  }