aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-02-22 09:32:43 +0100
committerJonas Smedegaard <dr@jones.dk>2024-02-22 09:32:43 +0100
commite0ca917a2043d4751bd3b22c29c888c8e0bde491 (patch)
tree2f38644cb6957a69daee4d39f81cb8198e1a27ee
parent307a6d3d995df1597d599686643fc7491e14b4d9 (diff)
include only equal-contributors in metadata
-rw-r--r--_templates/template.tex2
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$},