chore(pdf): add apc-ident to pdf metadata
This commit is contained in:
parent
c8e1de6a86
commit
0fd436a3cb
@ -26,11 +26,17 @@ $endif$
|
|||||||
$if(lang)$
|
$if(lang)$
|
||||||
pdflang={$lang$},
|
pdflang={$lang$},
|
||||||
$endif$
|
$endif$
|
||||||
$if(subject)$
|
$if(is-de)$
|
||||||
pdfsubject={$subject$},
|
$if(de-subject)$
|
||||||
|
pdfsubject={$de-subject$},
|
||||||
|
$endif$
|
||||||
|
$else$
|
||||||
|
$if(en-subject)$
|
||||||
|
pdfsubject={$en-subject$},
|
||||||
|
$endif$
|
||||||
$endif$
|
$endif$
|
||||||
$if(keywords)$
|
$if(apc-ident)$
|
||||||
pdfkeywords={$for(keywords)$$keywords$$sep$, $endfor$},
|
pdfkeywords={$apc-ident$},
|
||||||
$endif$
|
$endif$
|
||||||
}
|
}
|
||||||
\usepackage{url}
|
\usepackage{url}
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
\IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available
|
\IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available
|
||||||
\IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}}
|
\IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}}
|
||||||
\hypersetup{
|
\hypersetup{
|
||||||
$if(title-meta)$
|
$if(title-meta)$
|
||||||
pdftitle={$title-meta$},
|
pdftitle={$title-meta$},
|
||||||
$endif$
|
$endif$
|
||||||
$if(author-meta)$
|
$if(author-meta)$
|
||||||
@ -26,11 +26,17 @@ $endif$
|
|||||||
$if(lang)$
|
$if(lang)$
|
||||||
pdflang={$lang$},
|
pdflang={$lang$},
|
||||||
$endif$
|
$endif$
|
||||||
$if(subject)$
|
$if(is-de)$
|
||||||
pdfsubject={$subject$},
|
$if(de-subject)$
|
||||||
|
pdfsubject={$de-subject$},
|
||||||
|
$endif$
|
||||||
|
$else$
|
||||||
|
$if(en-subject)$
|
||||||
|
pdfsubject={$en-subject$},
|
||||||
|
$endif$
|
||||||
$endif$
|
$endif$
|
||||||
$if(keywords)$
|
$if(apc-ident)$
|
||||||
pdfkeywords={$for(keywords)$$keywords$$sep$, $endfor$},
|
pdfkeywords={$apc-ident$},
|
||||||
$endif$
|
$endif$
|
||||||
}
|
}
|
||||||
\usepackage{url}
|
\usepackage{url}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user