Include PDF metadata (author, title) in latex template.

This commit is contained in:
John MacFarlane 2012-03-25 12:03:24 -07:00
parent 342435f162
commit 401f84bb04

View file

@ -96,10 +96,16 @@ $endif$
\usepackage[setpagesize=false, % page size defined by xetex \usepackage[setpagesize=false, % page size defined by xetex
unicode=false, % unicode breaks when used with xetex unicode=false, % unicode breaks when used with xetex
xetex, xetex,
bookmarks=true,
pdfauthor={$author-meta$},
pdftitle={$title-meta$},
colorlinks=true, colorlinks=true,
linkcolor=blue]{hyperref} linkcolor=blue]{hyperref}
\else \else
\usepackage[unicode=true, \usepackage[unicode=true,
bookmarks=true,
pdfauthor={$author-meta$},
pdftitle={$title-meta$},
colorlinks=true, colorlinks=true,
linkcolor=blue]{hyperref} linkcolor=blue]{hyperref}
\fi \fi