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 9749f07..35bc0cf 100644 --- a/_templates/template.tex +++ b/_templates/template.tex @@ -343,7 +343,7 @@ $if(title-meta)$ pdftitle={$title-meta$}, $endif$ $if(author-meta)$ - pdfauthor={$for(by-author)$$it.name.literal$$sep$,$endfor$}, + pdfauthor={$for(by-author)$$if(it.attributes.equal-contributor)$$it.name.literal$$endif$$sep$,$endfor$}, $endif$ $if(lang)$ pdflang={$lang$}, |