Fix bug causing extra space on empty \author
This commit is contained in:
parent
736754ad5e
commit
61b4fbc641
|
@ -112,9 +112,10 @@
|
||||||
\end{tikzpicture}%
|
\end{tikzpicture}%
|
||||||
\vspace*{1em}%
|
\vspace*{1em}%
|
||||||
|
|
||||||
\ifx\insertauthor\@empty\else
|
\ifx\beamer@shortauthor\@empty\else
|
||||||
{{% \insertauthor is always nonempty by beamer's definition, so this
|
{{% \insertauthor is always nonempty by beamer's definition, so we must
|
||||||
% code is always inserted:
|
% test another macro which is initialized by \author{...}
|
||||||
|
% For details, see http://tex.stackexchange.com/questions/241306/
|
||||||
\usebeamerfont{author}%
|
\usebeamerfont{author}%
|
||||||
\usebeamercolor[fg]{author}%
|
\usebeamercolor[fg]{author}%
|
||||||
\insertauthor%
|
\insertauthor%
|
||||||
|
|
Loading…
Reference in New Issue