diff -r fb5592db1c8a -r d58013f17af8 langs.sty --- a/langs.sty Tue Nov 20 08:00:16 2018 +0000 +++ b/langs.sty Tue Nov 20 13:23:51 2018 +0000 @@ -41,6 +41,7 @@ }[keywords,comments,strings] + \newcommand{\code}[1]{{\lstinline{#1}}} \newcommand{\pcode}[1]{\mbox{\lstset{language={},keywordstyle=\color{black}}\lstinline!#1!}} \newcommand{\scode}[1]{\mbox{\lstset{language={},basicstyle=\ttfamily\color{codegreen}}\lstinline!#1!}}