summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-13 20:50:40 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-13 20:50:40 -0700
commit74476e1f66dfc95c083b31c7a724d1870a3eb44a (patch)
treed531a59f435f27a8295f60635ad57c97fb327dc8 /tests
parent309ff7a6da980059258c8d97aea8db51c178c45b (diff)
Fixed tests for template changes.
Diffstat (limited to 'tests')
-rw-r--r--tests/lhs-test.latex3
-rw-r--r--tests/lhs-test.latex+lhs3
-rw-r--r--tests/writer.latex6
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}