diff options
author | Xavier Olive <xavier@xoolive.org> | 2015-11-20 10:31:06 +0100 |
---|---|---|
committer | Xavier Olive <xavier@xoolive.org> | 2015-11-20 10:31:58 +0100 |
commit | 04f49ca4a18e68564fa6348d2145873ffd180232 (patch) | |
tree | f3195e8debff355a41b24b315156cf78bf7a9bfc /default.latex | |
parent | ff9ebaa31ae31401e236574e81c2e75609adc727 (diff) | |
download | pandoc-04f49ca4a18e68564fa6348d2145873ffd180232.tar.gz |
Issue for title.meta when subtitle is set
Diffstat (limited to 'default.latex')
-rw-r--r-- | default.latex | 2 |
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$} |