diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-09-09 09:35:33 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-09-09 09:35:33 -0700 |
commit | a63c58b23ecb159ed463beb084d6f36b1bd9f560 (patch) | |
tree | 5d11b3e6b357f0f8af721c3c7e4d5ebfdf4b7e0c | |
parent | 2d5491bc0b167a5b20c03e4bc02ef8b5fc20379f (diff) | |
download | pandoc-a63c58b23ecb159ed463beb084d6f36b1bd9f560.tar.gz |
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.
-rw-r--r-- | default.latex | 1 |
1 files changed, 1 insertions, 0 deletions
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} |