From 74476e1f66dfc95c083b31c7a724d1870a3eb44a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 13 Oct 2015 20:50:40 -0700 Subject: Fixed tests for template changes. --- tests/lhs-test.latex | 3 ++- tests/lhs-test.latex+lhs | 3 ++- tests/writer.latex | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/lhs-test.latex b/tests/lhs-test.latex index ea94a8077..2e2aba670 100644 --- a/tests/lhs-test.latex +++ b/tests/lhs-test.latex @@ -46,7 +46,8 @@ citecolor=blue, urlcolor=blue, linkcolor=magenta, - pdfborder={0 0 0}} + pdfborder={0 0 0} + } \urlstyle{same} % don't use monospace font for urls \usepackage{color} \usepackage{fancyvrb} diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index 7701e063c..7c293b2e6 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -46,7 +46,8 @@ citecolor=blue, urlcolor=blue, linkcolor=magenta, - pdfborder={0 0 0}} + pdfborder={0 0 0} + } \urlstyle{same} % don't use monospace font for urls \usepackage{listings} \lstnewenvironment{code}{\lstset{language=Haskell,basicstyle=\small\ttfamily}}{} diff --git a/tests/writer.latex b/tests/writer.latex index 506c21d80..392c556de 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -46,10 +46,11 @@ citecolor=blue, urlcolor=blue, linkcolor=magenta, - pdfborder={0 0 0}} + pdfborder={0 0 0} + } \urlstyle{same} % don't use monospace font for urls \usepackage{fancyvrb} -\VerbatimFootnotes +\VerbatimFootnotes % allows verbatim text in footnotes \usepackage{graphicx,grffile} \makeatletter \def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi} @@ -68,7 +69,6 @@ \providecommand{\tightlist}{% \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} \setcounter{secnumdepth}{0} -\VerbatimFootnotes % allows verbatim text in footnotes \title{Pandoc Test Suite} \author{John MacFarlane \and Anonymous} -- cgit v1.2.3