aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.latex
diff options
context:
space:
mode:
Diffstat (limited to 'tests/writer.latex')
-rw-r--r--tests/writer.latex5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/writer.latex b/tests/writer.latex
index 5c52a4cd7..03ae0377c 100644
--- a/tests/writer.latex
+++ b/tests/writer.latex
@@ -3,14 +3,13 @@
\usepackage[utf8x]{inputenc}
\setlength{\parindent}{0pt}
\setlength{\parskip}{6pt plus 2pt minus 1pt}
-% This is needed for code blocks in footnotes:
-\usepackage{fancyvrb}
-\VerbatimFootnotes
\newcommand{\textsubscript}[1]{\ensuremath{_{\scriptsize\textrm{#1}}}}
\usepackage[breaklinks=true]{hyperref}
\usepackage[normalem]{ulem}
+\usepackage{fancyvrb}
\usepackage{graphicx}
\setcounter{secnumdepth}{0}
+\VerbatimFootnotes % allows verbatim text in footnotes
\title{Pandoc Test Suite}
\author{John MacFarlane\\Anonymous}
\date{July 17, 2006}