From e3ea07870dcb1cf158921595156511d98221178b Mon Sep 17 00:00:00 2001 From: Florian Sihler Date: Tue, 13 Jun 2023 11:59:34 +0200 Subject: [PATCH] avoiding newline for missing outro in btdl --- dividing-lines/beamerthemedividing-lines.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dividing-lines/beamerthemedividing-lines.sty b/dividing-lines/beamerthemedividing-lines.sty index 2c0aecd..70199c7 100644 --- a/dividing-lines/beamerthemedividing-lines.sty +++ b/dividing-lines/beamerthemedividing-lines.sty @@ -448,8 +448,8 @@ }% \vfill\pgfmathsetmacro\btdl@extlenw{\textwidth+2em} \hspace*{-1em}\parbox{\btdl@extlenw pt}{\parbox[b]{.35\textwidth}{% - {\small\ifx\btdl@outro@right\@empty\textbf{\insertshortauthor}\else\href{mailto:\btdl@email}{\textbf{\insertshortauthor}}\fi}\\ - {\footnotesize\btdl@outro{}}% + {\small\ifx\btdl@outro@right\@empty\textbf{\insertshortauthor}\else\href{mailto:\btdl@email}{\textbf{\insertshortauthor}}\fi}\ifx\btdl@outro\@empty\else\\\fi + {\footnotesize\btdl@outro{}}% }\hfill\parbox[b]{.35\textwidth}{% {\hbox{}\hfill\footnotesize\ifx\btdl@outro@right\@empty\href{mailto:\btdl@email}{\btdl@email}\else\btdl@outro@right\fi}% }}%