Skip to content

Commit

Permalink
Fixes to footer layout (#84)
Browse files Browse the repository at this point in the history
* Fix spacing after short subtitle
* Reuse short text layout for footer with `nofooterlogo` option

---------

Signed-off-by: Edward Ly <[email protected]>
  • Loading branch information
edward-ly authored Jul 1, 2024
1 parent 10b2a93 commit cd35d7a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions beamerouterthemepureminimalistic.sty
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
\insertshorttitle{} $~|~$ %
\ifx\insertsubtitle\@empty%
\else%
\insertshortsubtitle{} $~|~$%
\insertshortsubtitle{} $~|~$ %
\fi%
\insertshortauthor{}
\par%
Expand Down Expand Up @@ -152,8 +152,11 @@
\vbox to\myfooterheight{%
\vfil%
\insertshorttitle{} $~|~$ %
\insertshortauthor{} $\quad$%
\insertshortsubtitle{}%
\ifx\insertsubtitle\@empty%
\else%
\insertshortsubtitle{} $~|~$ %
\fi%
\insertshortauthor{}
\hfill \showpagenum%
\par\vfil\vfil
}
Expand Down

0 comments on commit cd35d7a

Please sign in to comment.