From 9ab5b00221530de54805cf2a95d773ed51c6d8d1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 3 Jun 2012 11:08:57 -0700 Subject: Updated test suite. --- tests/lhs-test.latex+lhs | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'tests/lhs-test.latex+lhs') diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index 05cd4dc14..e372ed359 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -20,23 +20,20 @@ \ifxetex \usepackage[setpagesize=false, % page size defined by xetex unicode=false, % unicode breaks when used with xetex - xetex, - bookmarks=true, - pdfauthor={}, - pdftitle={}, - colorlinks=true, - urlcolor=blue, - linkcolor=blue]{hyperref} + xetex]{hyperref} \else - \usepackage[unicode=true, - bookmarks=true, - pdfauthor={}, - pdftitle={}, - colorlinks=true, - urlcolor=blue, - linkcolor=blue]{hyperref} + \usepackage[unicode=true]{hyperref} \fi -\hypersetup{breaklinks=true, pdfborder={0 0 0}} +\hypersetup{breaklinks=true, + bookmarks=true, + pdfauthor={}, + pdftitle={}, + colorlinks=true, + urlcolor=blue, + linkcolor=black, + pdfborder={0 0 0}} +% Uncomment next line if you want links as footnotes instead of hotlinks: +% \renewcommand{\href}[2]{#2\footnote{\url{#1}}} \setlength{\parindent}{0pt} \setlength{\parskip}{6pt plus 2pt minus 1pt} \setlength{\emergencystretch}{3em} % prevent overfull lines -- cgit v1.2.3