diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-10-13 20:50:40 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-10-13 20:50:40 -0700 |
commit | 74476e1f66dfc95c083b31c7a724d1870a3eb44a (patch) | |
tree | d531a59f435f27a8295f60635ad57c97fb327dc8 /tests/lhs-test.latex+lhs | |
parent | 309ff7a6da980059258c8d97aea8db51c178c45b (diff) | |
download | pandoc-74476e1f66dfc95c083b31c7a724d1870a3eb44a.tar.gz |
Fixed tests for template changes.
Diffstat (limited to 'tests/lhs-test.latex+lhs')
-rw-r--r-- | tests/lhs-test.latex+lhs | 3 |
1 files changed, 2 insertions, 1 deletions
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}}{} |