Deyan Ginev edited header.tex  almost 9 years ago

Commit id: 3b4e5a6bfad11402a07ed9efe201407501ce25a3

deletions | additions      

       

\usepackage{listings}  \usepackage{xcolor}  \usepackage{xspace}  \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{gray}, % comment style  keywordstyle=\color{blue}, % 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, %  }