diff options
| author | John MacFarlane <[email protected]> | 2022-03-14 12:28:56 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-03-14 12:28:56 -0700 |
| commit | c9cf8568bfda40cc8027a2eb6b7f87ba296fbd23 (patch) | |
| tree | 474cab76c6a9ea06a3b1670f3ddfe08b7047a809 /test/writer.latex | |
| parent | 9b5e6a8944bd9339f98b991bd487bf7f2becfa7c (diff) | |
LaTeX template: Fix regression with code in footnotes...
...due to moving hyperref later in the template.
Closes #7964.
Diffstat (limited to 'test/writer.latex')
| -rw-r--r-- | test/writer.latex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/writer.latex b/test/writer.latex index 554efc7b6..5e93840e4 100644 --- a/test/writer.latex +++ b/test/writer.latex @@ -36,7 +36,6 @@ \usepackage{xcolor} \IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available \urlstyle{same} % disable monospaced font for URLs -\VerbatimFootnotes % allow verbatim text in footnotes \usepackage{graphicx} \makeatletter \def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi} @@ -59,6 +58,7 @@ \usepackage{selnolig} % disable illegal ligatures \fi \IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}} +\VerbatimFootnotes % allow verbatim text in footnotes \hypersetup{ pdftitle={Pandoc Test Suite}, pdfauthor={John MacFarlane; Anonymous}, |
