diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lhs-test.latex | 3 | ||||
-rw-r--r-- | tests/lhs-test.latex+lhs | 3 | ||||
-rw-r--r-- | tests/writer.latex | 6 |
3 files changed, 7 insertions, 5 deletions
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} |