Keyword definition used wrong separator

The option pdfkeywords from hyperref needs keywords separated with a comma `,` instead of a semicolon `;`.
This commit is contained in:
Wandmalfarbe
2016-12-04 15:16:11 +01:00
committed by GitHub
parent c5b8f6c8e6
commit 631dd23383
+1 -1
View File
@@ -72,7 +72,7 @@ $if(author-meta)$
pdfauthor={$author-meta$},
$endif$
$if(keywords)$
pdfkeywords={$for(keywords)$$keywords$$sep$; $endfor$},
pdfkeywords={$for(keywords)$$keywords$$sep$, $endfor$},
$endif$
$if(colorlinks)$
colorlinks=true,