Skip to content

Commit

Permalink
Fix placement of text in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
lancelet committed May 6, 2014
1 parent 769d19e commit 314a131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/beamerouterthemetrek.sty
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
trek/elbow/width=\the\trek@left@footline@elbow@width
]{};
% left footline title
\draw (\the\title@x,\the\title@y) node [anchor=south west,inner sep=0]
\draw (\the\title@x,\the\title@y) node [anchor=base west,inner sep=0]
{\usebeamerfont{title in head/foot}\insertshorttitle};
% central bar
\filldraw (\the\bar@x,\the\bar@y) rectangle ++(\the\bar@width,\the\@footertextheight);
Expand Down Expand Up @@ -271,4 +271,4 @@

\makeatother

\mode<all>
\mode<all>

0 comments on commit 314a131

Please sign in to comment.