Deyan Ginev edited header.tex  almost 9 years ago

Commit id: 194aac1bd1876a8059106fef565835c85c81965a

deletions | additions      

       

\usepackage{lstlisting}  \lstset{language=LaTeX} \usepackage{listings}  \usepackage{xcolor}  \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=[LaTeX]TeX, % Set your language (you can change the language for each code-block optionally)  frame=lrtb, %  xleftmargin=\fboxsep, %  xrightmargin=-\fboxsep, %  }