Added support for the subject
metadata variable to PDF. (#5289)
This commit is contained in:
parent
ba61dc35d8
commit
66ed198fff
2 changed files with 4 additions and 1 deletions
|
@ -1394,7 +1394,7 @@ Metadata variables
|
|||
and AsciiDoc metadata; repeat as for `author`, above
|
||||
|
||||
`subject`
|
||||
: document subject, included in ODT, docx and pptx metadata
|
||||
: document subject, included in ODT, PDF, docx and pptx metadata
|
||||
|
||||
`description`
|
||||
: document description, included in ODT, docx and pptx metadata. Some
|
||||
|
|
|
@ -205,6 +205,9 @@ $endif$
|
|||
$if(author-meta)$
|
||||
pdfauthor={$author-meta$},
|
||||
$endif$
|
||||
$if(subject)$
|
||||
pdfsubject={$subject$},
|
||||
$endif$
|
||||
$if(keywords)$
|
||||
pdfkeywords={$for(keywords)$$keywords$$sep$, $endfor$},
|
||||
$endif$
|
||||
|
|
Loading…
Add table
Reference in a new issue