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
|
\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
|
||||||
|
|
Loading…
Add table
Reference in a new issue