chore(pdf): add apc-ident to pdf metadata

This commit is contained in:
Steffen Jost 2023-09-05 13:11:04 +00:00
parent c8e1de6a86
commit 0fd436a3cb
2 changed files with 21 additions and 9 deletions

View File

@ -26,11 +26,17 @@ $endif$
$if(lang)$
pdflang={$lang$},
$endif$
$if(subject)$
pdfsubject={$subject$},
$if(is-de)$
$if(de-subject)$
pdfsubject={$de-subject$},
$endif$
$else$
$if(en-subject)$
pdfsubject={$en-subject$},
$endif$
$endif$
$if(keywords)$
pdfkeywords={$for(keywords)$$keywords$$sep$, $endfor$},
$if(apc-ident)$
pdfkeywords={$apc-ident$},
$endif$
}
\usepackage{url}

View File

@ -17,7 +17,7 @@
\IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available
\IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}}
\hypersetup{
$if(title-meta)$
$if(title-meta)$
pdftitle={$title-meta$},
$endif$
$if(author-meta)$
@ -26,11 +26,17 @@ $endif$
$if(lang)$
pdflang={$lang$},
$endif$
$if(subject)$
pdfsubject={$subject$},
$if(is-de)$
$if(de-subject)$
pdfsubject={$de-subject$},
$endif$
$else$
$if(en-subject)$
pdfsubject={$en-subject$},
$endif$
$endif$
$if(keywords)$
pdfkeywords={$for(keywords)$$keywords$$sep$, $endfor$},
$if(apc-ident)$
pdfkeywords={$apc-ident$},
$endif$
}
\usepackage{url}