diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-02-22 08:12:17 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-02-22 08:15:49 +0100 |
commit | 0d9edd3dd75c426d06f641b1464044af984ed357 (patch) | |
tree | c1423c9570490aa62cb0e94351920d54f5d46179 /_templates | |
parent | ebf1dbe780bdf60874403f99c659ab3b7508e6d7 (diff) |
comma-separate authors in metadata
Diffstat (limited to '_templates')
-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$}, |