From e0ca917a2043d4751bd3b22c29c888c8e0bde491 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 22 Feb 2024 09:32:43 +0100 Subject: include only equal-contributors in metadata --- _templates/template.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$}, -- cgit v1.2.3