aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-20 10:57:34 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-20 10:57:34 -0800
commitedf101400a07fd099910fd52c5c55d83855b4c38 (patch)
treef3195e8debff355a41b24b315156cf78bf7a9bfc
parentff9ebaa31ae31401e236574e81c2e75609adc727 (diff)
parent04f49ca4a18e68564fa6348d2145873ffd180232 (diff)
downloadpandoc-edf101400a07fd099910fd52c5c55d83855b4c38.tar.gz
Merge pull request #158 from xoolive/pr-title
Issue for title.meta when subtitle is set
-rw-r--r--default.latex2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.latex b/default.latex
index 33277c053..ef32d62e4 100644
--- a/default.latex
+++ b/default.latex
@@ -169,7 +169,7 @@ $if(dir)$
$endif$
$if(title)$
-\title{$title$$if(subtitle)$\\\vspace{0.5em}{\large $subtitle$}$endif$}
+\title[$title$]{$title$$if(subtitle)$\\\vspace{0.5em}{\large $subtitle$}$endif$}
$endif$
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}