Include PDF metadata (author, title) in latex template.
This commit is contained in:
parent
342435f162
commit
401f84bb04
1 changed files with 6 additions and 0 deletions
|
@ -96,10 +96,16 @@ $endif$
|
|||
\usepackage[setpagesize=false, % page size defined by xetex
|
||||
unicode=false, % unicode breaks when used with xetex
|
||||
xetex,
|
||||
bookmarks=true,
|
||||
pdfauthor={$author-meta$},
|
||||
pdftitle={$title-meta$},
|
||||
colorlinks=true,
|
||||
linkcolor=blue]{hyperref}
|
||||
\else
|
||||
\usepackage[unicode=true,
|
||||
bookmarks=true,
|
||||
pdfauthor={$author-meta$},
|
||||
pdftitle={$title-meta$},
|
||||
colorlinks=true,
|
||||
linkcolor=blue]{hyperref}
|
||||
\fi
|
||||
|
|
Loading…
Reference in a new issue