latex template: Removed setting of 'subject' from subtitle.
Subtitle isn't always subject. Also, subtitle can contain formatting, so we'd need a plain text version as with title. Easier to remove.
This commit is contained in:
parent
e94ed582b4
commit
769581dfe2
1 changed files with 0 additions and 3 deletions
|
@ -61,9 +61,6 @@ $endif$
|
|||
$if(author-meta)$
|
||||
pdfauthor={$author-meta$},
|
||||
$endif$
|
||||
$if(subtitle)$
|
||||
pdfsubject={$subtitle$},
|
||||
$endif$
|
||||
$if(keywords)$
|
||||
pdfkeywords={$for(keywords)$$keywords$$sep$; $endfor$},
|
||||
$endif$
|
||||
|
|
Loading…
Add table
Reference in a new issue