diff options
author | Iru Cai <mytbk920423@gmail.com> | 2016-10-06 21:31:41 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2016-10-06 21:31:41 +0800 |
commit | a02f5ef96d8f2a3b3e8892d20b347c69e0f6c07c (patch) | |
tree | fd8209fe685babd14f5b30c32e7a6e8c7e24aebc /pdf | |
parent | 3022739ec488aee2283e0d53b26b8658e7c0a5e6 (diff) | |
download | fsfs-zh-a02f5ef96d8f2a3b3e8892d20b347c69e0f6c07c.tar.xz |
support backtick_code_blocks
use \VerbatimFootnotes in template to enable code block in footnotes.
Diffstat (limited to 'pdf')
-rw-r--r-- | pdf/template.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf/template.tex b/pdf/template.tex index 5e4e1ed..d0f0eb4 100644 --- a/pdf/template.tex +++ b/pdf/template.tex @@ -171,6 +171,7 @@ framexleftmargin=20pt % below for code syntax highlight \usepackage{fancyvrb} +\VerbatimFootnotes %\DefineShortVerb[commandchars=\\\{\}]{\|} \DefineVerbatimEnvironment{Highlighting}{Verbatim}{commandchars=\\\{\},frame=leftline,fontsize=\small} % Add ',fontsize=\small' for more characters per line |