langs.sty
changeset 399 5c1fbb39c93e
parent 379 fa2589ec0fae
child 427 546f2090ce12
equal deleted inserted replaced
398:c8ce95067c1a 399:5c1fbb39c93e
    63 
    63 
    64 \newcommand{\code}[1]{{\lstinline{#1}}}
    64 \newcommand{\code}[1]{{\lstinline{#1}}}
    65 \newcommand{\pcode}[1]{\mbox{\lstset{language={},keywordstyle=\color{black}}\lstinline!#1!}}
    65 \newcommand{\pcode}[1]{\mbox{\lstset{language={},keywordstyle=\color{black}}\lstinline!#1!}}
    66 \newcommand{\scode}[1]{\mbox{\lstset{language={},basicstyle=\ttfamily\color{codegreen}}\lstinline!#1!}}
    66 \newcommand{\scode}[1]{\mbox{\lstset{language={},basicstyle=\ttfamily\color{codegreen}}\lstinline!#1!}}
    67 \makeatother
    67 \makeatother
       
    68 
       
    69 \lstset{escapeinside={(*@}{@*)}}