aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-26 03:15:35 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-26 03:15:35 +0000
commit453dc5345792530eb719df57158419eb61c70677 (patch)
tree77dc56af9b5973f0251deb157e3f69af04688bed /tests
parent00b69e4657a7276ebab16ba3055226cf255da5db (diff)
downloadpandoc-453dc5345792530eb719df57158419eb61c70677.tar.gz
Fixes in LaTeX writer:
+ put \VerbatimFootnotes right before \title block, to avoid bad interactions. + added deVerb in description list. + removed \texttt{} from deVerb, because it cannot go in description lists. git-svn-id: https://pandoc.googlecode.com/svn/trunk@802 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests')
-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}