From 453dc5345792530eb719df57158419eb61c70677 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 26 Jul 2007 03:15:35 +0000 Subject: 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 --- tests/writer.latex | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests') 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} -- cgit v1.2.3