aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-20 14:20:28 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-20 14:20:28 -0800
commit769581dfe27ec7385be34355f47d2a5ff3c1a3bb (patch)
tree0121585743f58070b3374cec3607c16b03b36c34
parente94ed582b48ec777161ddb9cb60254384ffdb19e (diff)
downloadpandoc-769581dfe27ec7385be34355f47d2a5ff3c1a3bb.tar.gz
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.
-rw-r--r--default.latex3
1 files changed, 0 insertions, 3 deletions
diff --git a/default.latex b/default.latex
index 33277c053..cae95759b 100644
--- a/default.latex
+++ b/default.latex
@@ -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$