You've already forked n64-controller
19 lines
712 B
TeX
19 lines
712 B
TeX
\lstset{language=Matlab,%
|
|
xleftmargin=0.5cm,%
|
|
basicstyle=\smaller,%
|
|
breaklines=true,%
|
|
morekeywords={matlab2tikz},
|
|
keywordstyle=\color{blue},%
|
|
morekeywords=[2]{1}, keywordstyle=[2]{\color{black}},
|
|
identifierstyle=\color{black},%
|
|
stringstyle=\color{mylilas},
|
|
commentstyle=\color{mygreen},%
|
|
showstringspaces=false,%without this there will be a symbol in the places where there is a space
|
|
numbers=left,%
|
|
numberstyle={\tiny \color{black}},% size of the numbers
|
|
numbersep=9pt, % this defines how far the numbers are from the text
|
|
emph=[1]{for,end,break},emphstyle=[1]\color{red}, %some words to emphasise
|
|
%emph=[2]{word1,word2}, emphstyle=[2]{style},
|
|
}
|
|
|