diff options
author | Iru Cai <mytbk920423@gmail.com> | 2016-10-06 21:56:21 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2016-10-09 19:32:06 +0800 |
commit | 0e1abeab7e8a0a588ac9d7a5e001cfa37676a654 (patch) | |
tree | 92fa813241e72b0709f7464061c9a5007c3ecbe9 /pdf | |
parent | 71b29fac56a4e8bcdfe8383cb5d489ab4e6a91d5 (diff) | |
download | fsfs-zh-0e1abeab7e8a0a588ac9d7a5e001cfa37676a654.tar.xz |
use bigfoot package, so that there will be a number in footnote
Diffstat (limited to 'pdf')
-rw-r--r-- | pdf/template.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/template.tex b/pdf/template.tex index d0f0eb4..e84fd44 100644 --- a/pdf/template.tex +++ b/pdf/template.tex @@ -171,7 +171,7 @@ framexleftmargin=20pt % below for code syntax highlight \usepackage{fancyvrb} -\VerbatimFootnotes +\usepackage{bigfoot} %\DefineShortVerb[commandchars=\\\{\}]{\|} \DefineVerbatimEnvironment{Highlighting}{Verbatim}{commandchars=\\\{\},frame=leftline,fontsize=\small} % Add ',fontsize=\small' for more characters per line |