Option mathescape set to false

This commit is contained in:
Olivier 2020-07-31 18:19:09 +02:00
parent beec281e3b
commit e5a40383e7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
\usepackage{listings}
\lstset{xleftmargin=1em}
\lstset{
mathescape=true,
mathescape=false,
escapeinside={/*}{*/},
language=[Objective]{Caml},
basicstyle=\ttfamily,