From 0d9edd3dd75c426d06f641b1464044af984ed357 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 22 Feb 2024 08:12:17 +0100 Subject: comma-separate authors in metadata --- _templates/template.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_templates') 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$}, -- cgit v1.2.3