diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-20 10:57:34 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-20 10:57:34 -0800 |
commit | edf101400a07fd099910fd52c5c55d83855b4c38 (patch) | |
tree | f3195e8debff355a41b24b315156cf78bf7a9bfc | |
parent | ff9ebaa31ae31401e236574e81c2e75609adc727 (diff) | |
parent | 04f49ca4a18e68564fa6348d2145873ffd180232 (diff) | |
download | pandoc-edf101400a07fd099910fd52c5c55d83855b4c38.tar.gz |
Merge pull request #158 from xoolive/pr-title
Issue for title.meta when subtitle is set
-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$} |