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:
parent
2d5491bc0b
commit
a63c58b23e
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ $highlighting-macros$
|
|||
$endif$
|
||||
$if(verbatim-in-note)$
|
||||
\usepackage{fancyvrb}
|
||||
\VerbatimFootnotes
|
||||
$endif$
|
||||
$if(tables)$
|
||||
\usepackage{longtable,booktabs}
|
||||
|
|
Loading…
Add table
Reference in a new issue