From 7bc4dc37b26fe849f2df525c32f7149c10920480 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 25 Mar 2012 12:09:59 -0700 Subject: Added PDF metadata (title,author) in LaTeX standalone + PDF output. Closes #459. --- tests/lhs-test.latex+lhs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/lhs-test.latex+lhs') diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index fc0d7adca..76ee4d7ce 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -21,10 +21,16 @@ \usepackage[setpagesize=false, % page size defined by xetex unicode=false, % unicode breaks when used with xetex xetex, + bookmarks=true, + pdfauthor={}, + pdftitle={}, colorlinks=true, linkcolor=blue]{hyperref} \else \usepackage[unicode=true, + bookmarks=true, + pdfauthor={}, + pdftitle={}, colorlinks=true, linkcolor=blue]{hyperref} \fi -- cgit v1.2.3