summaryrefslogtreecommitdiff
path: root/_templates/template.tex
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-02-22 08:12:17 +0100
committerJonas Smedegaard <dr@jones.dk>2024-02-22 08:15:49 +0100
commit0d9edd3dd75c426d06f641b1464044af984ed357 (patch)
treec1423c9570490aa62cb0e94351920d54f5d46179 /_templates/template.tex
parentebf1dbe780bdf60874403f99c659ab3b7508e6d7 (diff)
comma-separate authors in metadata
Diffstat (limited to '_templates/template.tex')
-rw-r--r--_templates/template.tex2
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$},