diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-25 12:09:59 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-25 12:10:43 -0700 |
commit | 7bc4dc37b26fe849f2df525c32f7149c10920480 (patch) | |
tree | d77c95ad7ee9861869dff134eeb3d22f1dc7b31c /tests/lhs-test.latex+lhs | |
parent | a2e5de1d1180c196f6b4bdfdfcadc80911e2b7c6 (diff) | |
download | pandoc-7bc4dc37b26fe849f2df525c32f7149c10920480.tar.gz |
Added PDF metadata (title,author) in LaTeX standalone + PDF output.
Closes #459.
Diffstat (limited to 'tests/lhs-test.latex+lhs')
-rw-r--r-- | tests/lhs-test.latex+lhs | 6 |
1 files changed, 6 insertions, 0 deletions
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 |