Fernando Freitas Alves edited header.tex  about 8 years ago

Commit id: 97f22e59e7cb2776ee2439f90bdb44c180a87fc0

deletions | additions      

       

\usepackage{listings}  \lstset{language=C}  \lstset{ %  language=C, % the language of the code  font=\ttfamily,  %backgroundcolor=\color{white}, % choose the background color; you must add \usepackage{color} or \usepackage{xcolor}  basicstyle=\footnotesize, % the size of the fonts that are used for the code  breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace 

frame=single, % adds a frame around the code  keepspaces=true, % keeps spaces in text, useful for keeping indentation of code (possibly needs columns=flexible)  %keywordstyle=\color{blue}, % keyword style  language=Octave, % the language of the code  otherkeywords={*,...}, % if you want to add more keywords to the set  numbers=left, % where to put the line-numbers; possible values are (none, left, right)  numbersep=5pt, % how far the line-numbers are from the code