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}
|
\usepackage{listings}
|
||||||
\lstnewenvironment{code}{\lstset{language=Haskell,basicstyle=\small\ttfamily}}{}
|
\lstnewenvironment{code}{\lstset{language=Haskell,basicstyle=\small\ttfamily}}{}
|
||||||
$endif$
|
$endif$
|
||||||
|
$if(highlighting-macros)$
|
||||||
|
$highlighting-macros$
|
||||||
|
$endif$
|
||||||
$if(verbatim-in-note)$
|
$if(verbatim-in-note)$
|
||||||
\usepackage{fancyvrb}
|
\usepackage{fancyvrb}
|
||||||
$endif$
|
$endif$
|
||||||
|
|
Loading…
Add table
Reference in a new issue