diff options
Diffstat (limited to '_templates/template.tex')
-rw-r--r-- | _templates/template.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_templates/template.tex b/_templates/template.tex index 2517f98..9749f07 100644 --- a/_templates/template.tex +++ b/_templates/template.tex @@ -343,7 +343,7 @@ $if(title-meta)$ pdftitle={$title-meta$}, $endif$ $if(author-meta)$ - pdfauthor={$author-meta$}, + pdfauthor={$for(by-author)$$it.name.literal$$sep$,$endfor$}, $endif$ $if(lang)$ pdflang={$lang$}, |