aboutsummaryrefslogtreecommitdiff
path: root/default.latex
diff options
context:
space:
mode:
authorXavier Olive <xavier@xoolive.org>2015-11-20 10:31:06 +0100
committerXavier Olive <xavier@xoolive.org>2015-11-20 10:31:58 +0100
commit04f49ca4a18e68564fa6348d2145873ffd180232 (patch)
treef3195e8debff355a41b24b315156cf78bf7a9bfc /default.latex
parentff9ebaa31ae31401e236574e81c2e75609adc727 (diff)
downloadpandoc-04f49ca4a18e68564fa6348d2145873ffd180232.tar.gz
Issue for title.meta when subtitle is set
Diffstat (limited to 'default.latex')
-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$}