pdf: escape dollar sign in lstlistings

fixes #106
This commit is contained in:
Changkun Ou
2020-07-26 11:53:30 +02:00
parent 1421f372e0
commit c015324c5c
6 changed files with 1 additions and 58 deletions

View File

@@ -47,9 +47,7 @@ $if(biblio-files)$
\bibliography{$biblio-files$}
$endif$
$endif$
$if(listings)$
\usepackage{listings}
$endif$
$if(lhs)$
\lstnewenvironment{code}{\lstset{language=Haskell,basicstyle=\small\ttfamily}}{}
$endif$