Skip to content

Commit

Permalink
fix: Overfull \hbox warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Dünkelmann <[email protected]>
  • Loading branch information
MartinX3 committed Sep 1, 2024
1 parent 50723ca commit c505026
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions aussehen/beamertheme.sty
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,19 @@
\logo{\includegraphics[height=0.5cm]{bilder/fhlogo}}

% Fußzeile
\defbeamertemplate*{footline}{split theme}
{
\leavevmode
\hbox{
\defbeamertemplate{footline}{my foot}{
\makebox[0pt][l]{
\begin{beamercolorbox}[wd=.3\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm plus1fill,rightskip=.3cm]{author in head/foot}
\usebeamerfont{author in head/foot}
\insertshortauthor
\end{beamercolorbox}

\begin{beamercolorbox}[wd=.7\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot}
\usebeamerfont{title in head/foot}
\insertshortsubtitle
\hfill
\insertframenumber/\inserttotalframenumber
\end{beamercolorbox}
}
\vskip0pt
}
\setbeamertemplate{footline}[my foot]

0 comments on commit c505026

Please sign in to comment.