Add highlighting macros to default latex template.

This commit is contained in:
John MacFarlane
2011-12-23 17:51:07 -08:00
parent 28b99e57c7
commit ac3ddfed96
+3
View File
@@ -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$