mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-14 19:45:43 +00:00
Add highlighting macros to default latex template.
This commit is contained in:
@@ -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$
|
||||
|
||||
Reference in New Issue
Block a user