Fernando Freitas Alves edited header.tex  about 8 years ago

Commit id: f556e053fda7280d7e8bfe04f6bbb4fb15e69dcf

deletions | additions      

       

\usepackage{listings}  \lstset{ %  showstringspaces=false,   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}, language=C++,  basicstyle=\ttfamily,  keywordstyle=\color{blue}\ttfamily,  stringstyle=\color{red}\ttfamily,  commentstyle=\color{green}\ttfamily,  morecomment=[l][\color{magenta}]{\#}  }