Added \VerbatimFootnotes if there is verbatim in notes.

See http://tex.stackexchange.com/questions/203/how-to-obtain-verbatim-text-in-a-footnote

Closes jgm/pandoc#1616.
This commit is contained in:
John MacFarlane 2014-09-09 09:35:33 -07:00
parent 2d5491bc0b
commit a63c58b23e

View file

@ -70,6 +70,7 @@ $highlighting-macros$
$endif$
$if(verbatim-in-note)$
\usepackage{fancyvrb}
\VerbatimFootnotes
$endif$
$if(tables)$
\usepackage{longtable,booktabs}