Issue for title.meta when subtitle is set
This commit is contained in:
parent
ff9ebaa31a
commit
04f49ca4a1
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ $if(dir)$
|
||||||
$endif$
|
$endif$
|
||||||
|
|
||||||
$if(title)$
|
$if(title)$
|
||||||
\title{$title$$if(subtitle)$\\\vspace{0.5em}{\large $subtitle$}$endif$}
|
\title[$title$]{$title$$if(subtitle)$\\\vspace{0.5em}{\large $subtitle$}$endif$}
|
||||||
$endif$
|
$endif$
|
||||||
$if(author)$
|
$if(author)$
|
||||||
\author{$for(author)$$author$$sep$ \and $endfor$}
|
\author{$for(author)$$author$$sep$ \and $endfor$}
|
||||||
|
|
Loading…
Reference in a new issue