From a63c58b23ecb159ed463beb084d6f36b1bd9f560 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 9 Sep 2014 09:35:33 -0700 Subject: [PATCH] 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. --- default.latex | 1 + 1 file changed, 1 insertion(+) diff --git a/default.latex b/default.latex index b0d930537..f03aed105 100644 --- a/default.latex +++ b/default.latex @@ -70,6 +70,7 @@ $highlighting-macros$ $endif$ $if(verbatim-in-note)$ \usepackage{fancyvrb} +\VerbatimFootnotes $endif$ $if(tables)$ \usepackage{longtable,booktabs}