Merge pull request #158 from xoolive/pr-title

Issue for title.meta when subtitle is set
This commit is contained in:
John MacFarlane 2015-11-20 10:57:34 -08:00
commit edf101400a

View file

@ -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$}