langs.sty
changeset 239 68d98140b90b
parent 238 527fdb90fffe
child 242 35104ee14f87
--- a/langs.sty	Wed Sep 03 14:57:43 2014 +0100
+++ b/langs.sty	Sat Sep 06 15:28:59 2014 +0100
@@ -61,3 +61,4 @@
 
 
 \newcommand{\code}[1]{{\lstinline{#1}}}
+\newcommand{\pcode}[1]{{\lstset{language={},keywordstyle=\color{black}}\lstinline{#1}}}