aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-12-23 17:46:53 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-12-23 17:51:07 -0800
commitac3ddfed96bc2ff5b6ff0b7fce49a35a02b227dc (patch)
tree9ac0d8ead3059380c1fc622e996df30e234b583f
parent28b99e57c7332a139d847cdc2bc456cb75a04ccd (diff)
downloadpandoc-ac3ddfed96bc2ff5b6ff0b7fce49a35a02b227dc.tar.gz
Add highlighting macros to default latex template.
-rw-r--r--default.latex3
1 files changed, 3 insertions, 0 deletions
diff --git a/default.latex b/default.latex
index da96e6ab2..449322356 100644
--- a/default.latex
+++ b/default.latex
@@ -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$