Issue for title.meta when subtitle is set

This commit is contained in:
Xavier Olive 2015-11-20 10:31:06 +01:00
parent ff9ebaa31a
commit 04f49ca4a1

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