diff options
Diffstat (limited to 'tests/writer.latex')
-rw-r--r-- | tests/writer.latex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/writer.latex b/tests/writer.latex index ba2a40e65..c56611047 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -38,10 +38,16 @@ \usepackage[setpagesize=false, % page size defined by xetex unicode=false, % unicode breaks when used with xetex xetex, + bookmarks=true, + pdfauthor={John MacFarlane; Anonymous}, + pdftitle={Pandoc Test Suite}, colorlinks=true, linkcolor=blue]{hyperref} \else \usepackage[unicode=true, + bookmarks=true, + pdfauthor={John MacFarlane; Anonymous}, + pdftitle={Pandoc Test Suite}, colorlinks=true, linkcolor=blue]{hyperref} \fi |