Add highlighting macros to default latex template.
This commit is contained in:
parent
28b99e57c7
commit
ac3ddfed96
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ $if(lhs)$
|
|||
\usepackage{listings}
|
||||
\lstnewenvironment{code}{\lstset{language=Haskell,basicstyle=\small\ttfamily}}{}
|
||||
$endif$
|
||||
$if(highlighting-macros)$
|
||||
$highlighting-macros$
|
||||
$endif$
|
||||
$if(verbatim-in-note)$
|
||||
\usepackage{fancyvrb}
|
||||
$endif$
|
||||
|
|
Loading…
Reference in a new issue