equal
deleted
inserted
replaced
39 morestring=[b]", |
39 morestring=[b]", |
40 otherkeywords={=,!=,:=,<,>,\%;*,/}, |
40 otherkeywords={=,!=,:=,<,>,\%;*,/}, |
41 }[keywords,comments,strings] |
41 }[keywords,comments,strings] |
42 |
42 |
43 |
43 |
|
44 |
44 \newcommand{\code}[1]{{\lstinline{#1}}} |
45 \newcommand{\code}[1]{{\lstinline{#1}}} |
45 \newcommand{\pcode}[1]{\mbox{\lstset{language={},keywordstyle=\color{black}}\lstinline!#1!}} |
46 \newcommand{\pcode}[1]{\mbox{\lstset{language={},keywordstyle=\color{black}}\lstinline!#1!}} |
46 \newcommand{\scode}[1]{\mbox{\lstset{language={},basicstyle=\ttfamily\color{codegreen}}\lstinline!#1!}} |
47 \newcommand{\scode}[1]{\mbox{\lstset{language={},basicstyle=\ttfamily\color{codegreen}}\lstinline!#1!}} |
47 \makeatother |
48 \makeatother |
48 |
49 |