LaTeX template: properly handle keywords with commas.

These need to be put in an `\xmpquote{..}` command.
Closes #11528.
This commit is contained in:
John MacFarlane
2026-03-16 17:34:01 +01:00
parent bf45205b8a
commit 5f245367d9
+1 -1
View File
@@ -12,7 +12,7 @@ $if(subject)$
pdfsubject={$subject$},
$endif$
$if(keywords)$
pdfkeywords={$for(keywords)$$keywords$$sep$, $endfor$},
pdfkeywords={$for(keywords)$\xmpquote{$keywords$}$sep$, $endfor$},
$endif$
$if(colorlinks)$
colorlinks=true,