Guest User

Untitled

a guest
Jan 24th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.80 KB | None | 0 0
  1. \lstset{
  2. language=Matlab,                % choose the language of the code
  3. basicstyle=\ttfamily\scriptsize,    
  4. commentstyle=\color{BrickRed},
  5. stringstyle=\color{Cyan},
  6. showstringspaces=false,
  7. keywordstyle=\color{Blue}\bfseries,
  8. extendedchars=\true,
  9. inputencoding=utf8,
  10. numbers=none,                   % where to put the line-numbers
  11. numberstyle=\footnotesize,      % the size of the fonts that are used for the line-numbers
  12. stepnumber=5,
  13. xleftmargin=1pt,
  14. framexleftmargin=1pt,
  15. numbersep=10pt,
  16. showspaces=false,               % show spaces adding particular underscores
  17. showtabs=false,
  18. frame=single,                   % adds a frame around the code
  19. columns=fullflexible,              
  20. breaklines=true,                % sets automatic line breaking
  21. tabsize=5,
  22. captionpos=b,
  23. frameround=tttt
  24. }
Add Comment
Please, Sign In to add comment